fork-openpgpjs/test/crypto
Ilya Chesnokov 6e7f399eb3 Use Web Crypto & Node crypto for RSA signing and verifying (#999)
Also, when generating RSA keys in JS, generate them with p < q, as per
the spec.

Also, when generating RSA keys using Web Crypto or Node crypto, swap the
generated p and q around, so that will satisfy p < q in most browsers
(but not old Microsoft Edge, 50% of the time) and so that we can use the
generated u coefficient (p^-1 mod q in OpenPGP, q^-1 mod p in RFC3447).

Then, when signing and verifying, swap p and q again, so that the key
hopefully satisfies Safari's requirement that p > q, and so that we can
keep using u again.
2019-11-18 14:59:01 +01:00
..
cipher Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
hash Use Web Crypto for hashing 2018-11-01 14:11:22 +01:00
aes_kw.js Modernizes util.js 2018-02-28 15:49:41 -08:00
crypto.js Clean up ECDH API 2019-05-02 12:08:08 +02:00
eax.js Safari 8 compatibility 2018-04-30 16:58:37 +02:00
elliptic.js Create lightweight build that can lazily load indutny/elliptic if needed (#956) 2019-10-25 16:07:57 +02:00
index.js Use Web Crypto & Node crypto for RSA signing and verifying (#999) 2019-11-18 14:59:01 +01:00
ocb.js Safari 8 compatibility 2018-04-30 16:58:37 +02:00
pkcs5.js Use let and const ES6 features. 2018-02-13 23:33:09 +01:00
random.js random number web worker buffer automatic refill 2018-03-05 17:57:35 -08:00
rsa.js Use Web Crypto & Node crypto for RSA signing and verifying (#999) 2019-11-18 14:59:01 +01:00