Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes schlatterbeck#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]; } ...
- Loading branch information