fork-openpgpjs/test/crypto
Daniel Huigens e1307b88d0
Consolidate read* functions (#1236)
Make all `read*` functions accept an options object, so that we can add config
options to them later (for #1166). This is necessary so that we can remove the
global `openpgp.config`, which doesn't work that well when importing
individual functions.

Furthermore, merge `readMessage` and `readArmoredMessage` into one function,
et cetera.
2021-02-17 20:36:33 +01:00
..
cipher Appease linter 2021-02-09 19:25:20 +01:00
hash [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
aes_kw.js Appease linter 2021-02-09 19:25:20 +01:00
crypto.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
eax.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
ecdh.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
elliptic_data.js Apply eslint to test/crypto folder (#1003) 2019-11-19 14:29:32 +01:00
elliptic.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
index.js Finish merging key validation 2021-02-09 19:25:20 +01:00
ocb.js Appease linter 2021-02-09 19:25:20 +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 Add explicit key type parameter in openpgp.generateKey (#1179) 2021-02-09 19:25:20 +01:00
validate.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00