uunicorn

Results 4 issues of uunicorn

Since scrolling position may change while dragging, so are the absolute coordinates of the snapElements. Fixes #14694

Bug
Comp: Draggable
Needs tests

When in fast mode (1ch, 250MS/s), the edge is triggering the transfer successfully, but the edge position in the buffer is consistently in a wrong place. I've got an OpenGL...

bug
help wanted

Fixes #18 See pkcs1pad2 in JS_RSA.js: ... while(n > 2) { // random non-zero pad x[0] = 0; while(x[0] == 0) rng.nextBytes(x); ba[--n] = x[0]; } ...

Random bytes in the PW_Encode.pad() are not allowed to be zero: See JS_RSA.js: ```js // PKCS#1 (type 2, random) pad input string s to n bytes, and return a bigint...