fork-openpgpjs/test/crypto
larabr bccdabbc45
Always generate RSA keys of exact bit length (#1336)
Fix RSA key generation code used when no native crypto library is available
(i.e. no NodeCrypto or WebCrypto). Now generated keys are always of exact bit
length. This was not guaranteed before, and it was common for keys to be one
bit shorter than expected.

Also, remove leftover code related to legacy WebCrypto interfaces (for IE11 and
Safari 10).
2021-06-15 18:07:36 +02:00
..
cipher Remove unused util functions 2021-03-26 10:56:02 +01:00
hash Remove unused util functions 2021-03-26 10:56:02 +01:00
aes_kw.js Remove unused util functions 2021-03-26 10:56:02 +01:00
crypto.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
eax.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
ecdh.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
elliptic_data.js Apply eslint to test/crypto folder (#1003) 2019-11-19 14:29:32 +01:00
elliptic.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
gcm.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
index.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
ocb.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
pkcs5.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
random.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
rsa.js Always generate RSA keys of exact bit length (#1336) 2021-06-15 18:07:36 +02:00
validate.js Uniform casing of subkey(s): rename Key.subKeys to Key.subkeys (#1310) 2021-06-10 11:25:43 +02:00