fork-openpgpjs/src/packet
larabr 2ee36c2984 Drop inconsistent boolean returns and fix type definitions (#1191)
- Remove the boolean return value of various internal functions that throw on
  error (the returned value was unused in most cases)
- Update and fix type definitions
2021-02-09 19:25:20 +01:00
..
aead_encrypted_data.js Drop inconsistent boolean returns and fix type definitions (#1191) 2021-02-09 19:25:20 +01:00
all_packets.js Rename SymEncryptedAEADProtectedDataPacket to AEADEncryptedDataPacket 2021-02-09 19:25:20 +01:00
compressed_data.js Use ES6 classes 2021-02-09 19:25:20 +01:00
index.js Allow dead code elimination 2021-02-09 19:25:20 +01:00
literal_data.js Use ES6 classes 2021-02-09 19:25:20 +01:00
marker.js Appease linter 2021-02-09 19:25:20 +01:00
one_pass_signature.js Use ES6 classes 2021-02-09 19:25:20 +01:00
packet.js Don't export default objects / namespaces 2021-02-09 19:25:20 +01:00
packetlist.js Don't export default objects / namespaces 2021-02-09 19:25:20 +01:00
public_key_encrypted_session_key.js Store named signature parameters (#1158) 2021-02-09 19:25:20 +01:00
public_key.js Store named signature parameters (#1158) 2021-02-09 19:25:20 +01:00
public_subkey.js Use ES6 classes 2021-02-09 19:25:20 +01:00
secret_key.js Drop inconsistent boolean returns and fix type definitions (#1191) 2021-02-09 19:25:20 +01:00
secret_subkey.js Use ES6 classes 2021-02-09 19:25:20 +01:00
signature.js Drop inconsistent boolean returns and fix type definitions (#1191) 2021-02-09 19:25:20 +01:00
sym_encrypted_integrity_protected_data.js Use ES6 classes 2021-02-09 19:25:20 +01:00
sym_encrypted_session_key.js Drop inconsistent boolean returns and fix type definitions (#1191) 2021-02-09 19:25:20 +01:00
symmetrically_encrypted_data.js Drop inconsistent boolean returns and fix type definitions (#1191) 2021-02-09 19:25:20 +01:00
trust.js Appease linter 2021-02-09 19:25:20 +01:00
user_attribute.js Don't export default objects / namespaces 2021-02-09 19:25:20 +01:00
userid.js Use ES6 classes 2021-02-09 19:25:20 +01:00