fork-openpgpjs/src/type
larabr 8854b097b4 Use native BigInt when available instead of bn.js (#1119)
In the lightweight build, lazily load bn.js only when necessary.

Also, use Uint8Arrays instead of strings in PKCS1 padding functions, and
check that the leading zero is present when decoding EME-PKCS1 padding.
2021-02-09 19:25:20 +01:00
..
ecdh_symkey.js Use ES6 classes 2021-02-09 19:25:20 +01:00
kdf_params.js Use ES6 classes 2021-02-09 19:25:20 +01:00
keyid.js JSdoc types & ESLint fixes (#1132) 2021-02-09 19:25:20 +01:00
mpi.js Use native BigInt when available instead of bn.js (#1119) 2021-02-09 19:25:20 +01:00
oid.js Use ES6 classes 2021-02-09 19:25:20 +01:00
s2k.js JSdoc types & ESLint fixes (#1132) 2021-02-09 19:25:20 +01:00