fork-openpgpjs/test/crypto
Ilya Chesnokov 08b7725b8c Create lightweight build that can lazily load indutny/elliptic if needed (#956)
This PR adds four config options to configure whether and how to load
indutny/elliptic: use_indutny_elliptic, external_indutny_elliptic,
indutny_elliptic_path and indutny_elliptic_fetch_options.

Also:

- Use tweetnacl.js instead of indutny/elliptic for curve25519 key generation

- Don't initialize indutny's curve25519, improving performance when using that curve

- Verify NIST signatures using Web Crypto instead of indutny/elliptic when not streaming

- Move KeyPair.sign/verify to ecdsa.js

- Move KeyPair.derive to ecdh.js

- Move keyFromPrivate and keyFromPublic to a new indutnyKey.js file
2019-10-25 16:07:57 +02:00
..
cipher Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
hash Use Web Crypto for hashing 2018-11-01 14:11:22 +01:00
aes_kw.js Modernizes util.js 2018-02-28 15:49:41 -08:00
crypto.js Clean up ECDH API 2019-05-02 12:08:08 +02:00
eax.js Safari 8 compatibility 2018-04-30 16:58:37 +02:00
elliptic.js Create lightweight build that can lazily load indutny/elliptic if needed (#956) 2019-10-25 16:07:57 +02:00
index.js Implement OCB mode 2018-04-27 14:06:15 +02:00
ocb.js Safari 8 compatibility 2018-04-30 16:58:37 +02:00
pkcs5.js Use let and const ES6 features. 2018-02-13 23:33:09 +01:00
random.js random number web worker buffer automatic refill 2018-03-05 17:57:35 -08:00