fork-openpgpjs/src/packet
Daniel Huigens d67526338e Streaming (de)compression (Web)
compressjs has a streaming API, but it is synchronous, so we can't use it
(at least in the browser).
2018-08-10 14:44:01 +02:00
..
all_packets.js Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
clone.js fix #748, signature cloning in verification objects 2018-07-30 15:32:17 +03:00
compressed.js Streaming (de)compression (Web) 2018-08-10 14:44:01 +02:00
index.js Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
literal.js Replace stream.tee() with stream.clone() 2018-08-10 14:44:01 +02:00
marker.js Fixes dead links in the documentation 2018-03-13 00:13:04 -07:00
one_pass_signature.js Fixes dead links in the documentation 2018-03-13 00:13:04 -07:00
packet.js Pass more tests 2018-08-10 14:44:01 +02:00
packetlist.js Don't warn about await in loops 2018-08-10 14:44:01 +02:00
public_key_encrypted_session_key.js Remove unused variables 2018-05-03 13:07:52 +02:00
public_key.js Add key/subKey.getKeyId, getFingerprint, getAlgorithmInfo, getCreationTime, isDecrypted 2018-07-19 15:03:25 +02:00
public_subkey.js Documentation improvements in src/packet 2018-03-09 08:01:06 -08:00
secret_key.js Add key/subKey.getKeyId, getFingerprint, getAlgorithmInfo, getCreationTime, isDecrypted 2018-07-19 15:03:25 +02:00
secret_subkey.js add date parameter to generateKey function 2018-03-19 18:55:15 -07:00
signature.js Don't hack util.concatUint8Array() to handle Streams 2018-08-10 14:44:01 +02:00
sym_encrypted_aead_protected.js Pass more tests 2018-08-10 14:44:01 +02:00
sym_encrypted_integrity_protected.js Replace stream.tee() with stream.clone() 2018-08-10 14:44:01 +02:00
sym_encrypted_session_key.js Native CMAC 2018-04-27 14:06:19 +02:00
symmetrically_encrypted.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
trust.js Documentation improvements in src/packet 2018-03-09 08:01:06 -08:00
user_attribute.js Fixes dead links in the documentation 2018-03-13 00:13:04 -07:00
userid.js Parse user IDs 2018-05-01 13:39:23 +02:00