fork-openpgpjs/src/key
larabr ca092c7cd0 Speed up decryptKey and encryptKey (#1192)
Change `openpgp.decryptKey` and `openpgp.encryptKey` to avoid deep cloning the
original key.
2021-02-09 19:25:20 +01:00
..
factory.js Check if any (sub)key is decrypted in Key.prototype.isDecrypted (#1182) 2021-02-09 19:25:20 +01:00
helper.js Check if any (sub)key is decrypted in Key.prototype.isDecrypted (#1182) 2021-02-09 19:25:20 +01:00
index.js Export key, message, signature, cleartext functions and classes directly 2021-02-09 19:25:20 +01:00
key.js Speed up decryptKey and encryptKey (#1192) 2021-02-09 19:25:20 +01:00
subkey.js Drop inconsistent boolean returns and fix type definitions (#1191) 2021-02-09 19:25:20 +01:00
user.js Drop inconsistent boolean returns and fix type definitions (#1191) 2021-02-09 19:25:20 +01:00