fork-openpgpjs/test
Mahrud Sayrafi 5cb89f4f25 Addresses various review comments by @sanjanarajan
* Various FIXME tags are removed
 * In curve.js:
  - webCrypto/nodeCrypto fallback bug is fixed
  - Curve25519 has keyType ecdsa (won't be used for signing, but technically can be)
  - webGenKeyPair is simplifed
 * In base64.js:
  - documentation added and arguments simplified
 * In ecdsa.js and eddsa.js:
  - hash_algo is now at least as strong as the default curve hash
  - simplified the code by moving webSign/nodeSign and webVerify/nodeVerify to live in key.js (ht @ismaelbej)
 * In message.js:
  - in decryptSessionKey, loops break once a key packet is decrypted
 * In key.js:
  - getPreferredHashAlgorithm returns the best hash algorithm
  - enums are used for curve selection
2018-01-30 18:36:26 +01:00
..
crypto Addresses various review comments by @sanjanarajan 2018-01-30 18:36:26 +01:00
general Addresses various review comments by @sanjanarajan 2018-01-30 18:36:26 +01:00
worker do not use arrow syntax for tests (old node/browser versions) 2017-11-28 10:18:26 -08:00
unittests.html Passing all tests, on Node, Firefox, and Chrome 2018-01-30 18:34:28 +01:00
unittests.js Test CFB, GCM, worker, asm.js, native cases 2016-03-24 13:25:35 +08:00