fork-openpgpjs/test/crypto
larabr 126ab53840
Remove internal, unused RandomBuffer (#1593)
The changes do not affect the public API:
`RandomBuffer` was used internally for secure randomness generation before
`crypto.getRandomValues` was made available to WebWorkers, requiring
generating randomness in the main thread.
As a result of the change, the internal `getRandomBytes()` and some functions
that use it are no longer async.
2023-02-09 23:11:53 +01:00
..
cipher Remove unused util functions 2021-03-26 10:56:02 +01:00
hash Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
aes_kw.js Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
crypto.js Remove internal, unused RandomBuffer (#1593) 2023-02-09 23:11:53 +01:00
eax.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
ecdh.js Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys (#1523) 2022-06-07 13:51:58 +02:00
elliptic_data.js Apply eslint to test/crypto folder (#1003) 2019-11-19 14:29:32 +01:00
elliptic.js Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys (#1523) 2022-06-07 13:51:58 +02:00
gcm.js Remove internal, unused RandomBuffer (#1593) 2023-02-09 23:11:53 +01:00
index.js Remove internal, unused RandomBuffer (#1593) 2023-02-09 23:11:53 +01:00
ocb.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
pkcs5.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
rsa.js Remove internal, unused RandomBuffer (#1593) 2023-02-09 23:11:53 +01:00
validate.js Add config.rejectCurves and prevent generating keys using blacklisted algorithms (#1395) 2021-08-19 17:58:16 +02:00