fork-openpgpjs/test/crypto
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
..
cipher Remove unused util functions 2021-03-26 10:56:02 +01:00
hash Remove unused util functions 2021-03-26 10:56:02 +01:00
aes_kw.js Remove unused util functions 2021-03-26 10:56:02 +01:00
crypto.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
eax.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
ecdh.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
elliptic_data.js Apply eslint to test/crypto folder (#1003) 2019-11-19 14:29:32 +01:00
elliptic.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
gcm.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
index.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
ocb.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
pkcs5.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
random.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) 2021-02-09 19:25:20 +01:00
rsa.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
validate.js Make key fingerprint computation async (#1297) 2021-05-05 17:39:19 +02:00