fork-openpgpjs/test/crypto
larabr 3a75eadaa0 Store named key params in key objects (#1141)
- Store private and public params separately and by name in objects,
  instead of as an array

- Do not keep params in MPI form, but convert them to Uint8Arrays when
  generating/parsing the key

- Modify low-level crypto functions to always accept and return
  Uint8Arrays instead of BigIntegers

- Move PKCS1 padding to lower level functions
2021-02-09 19:25:20 +01:00
..
cipher Switch build system to rollup 2021-02-09 19:25:20 +01:00
hash Switch build system to rollup 2021-02-09 19:25:20 +01:00
aes_kw.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
crypto.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
eax.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
ecdh.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
elliptic_data.js Apply eslint to test/crypto folder (#1003) 2019-11-19 14:29:32 +01:00
elliptic.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
index.js Finish merging key validation 2021-02-09 19:25:20 +01:00
ocb.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
pkcs5.js Use native BigInt when available instead of bn.js (#1119) 2021-02-09 19:25:20 +01:00
random.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
rsa.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
validate.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00