fork-openpgpjs/test/general
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
..
armor.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
biginteger.js Use native BigInt when available instead of bn.js (#1119) 2021-02-09 19:25:20 +01:00
brainpool.js Use higher level functions in key validation tests (#1128) 2021-02-09 19:25:20 +01:00
decompression.js JSdoc types & ESLint fixes (#1132) 2021-02-09 19:25:20 +01:00
ecc_nist.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
ecc_secp256k1.js Use higher level functions in key validation tests (#1128) 2021-02-09 19:25:20 +01:00
hkp.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
index.js Use native BigInt when available instead of bn.js (#1119) 2021-02-09 19:25:20 +01:00
key.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
keyring.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
oid.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
openpgp.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
packet.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
signature.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
streaming.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
testInputs.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
util.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
wkd.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
x25519.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00