fork-openpgpjs/test
larabr 02a1ed2d78
Make key fingerprint computation async (#1297)
- Make fingerprint and key ID computation async, and rely on Web Crypto
  for hashing if available
- Always set fingerprint and keyID on key parsing / generation
- Introduce `*KeyPacket.computeFingerprint()` and
  `*KeyPacket.computeFingerprintAndKeyID()` 
- Change `getKeyID` and `getFingerprint*` functions to return the
  pre-computed key ID and fingerprint, respectively
- Make `PublicKeyPacket.read` async
2021-05-05 17:39:19 +02:00
..
crypto Make key fingerprint computation async (#1297) 2021-05-05 17:39:19 +02:00
general Make key fingerprint computation async (#1297) 2021-05-05 17:39:19 +02:00
security Add PacketList.fromBinary and add missing config param in some functions (#1294) 2021-05-05 16:56:11 +02:00
typescript Make PacketList a valid subtype of Array and update Packet.tag types (#1289) 2021-04-29 17:18:39 +02:00
worker Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00
karma.conf.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
unittests.html CI: Switch to karma for browser tests (#1233) 2021-02-12 13:29:04 +01:00
unittests.js Speed up Node.js tests 2021-03-25 19:23:58 +01:00