fork-openpgpjs/test
Daniel Huigens d844b8b06c Add minimum AEAD buffer size
This enables parallelism for streaming AEAD chunked encryption.

The reason we can't do so at the very end of the pipe chain
(e.g., in `readToEnd`) is because requests for increased
buffering (i.e. `desiredSize > 1`) do not propagate backwards,
only requests for backpressure (i.e. `desiredSize <= 0`) do.
2018-08-14 16:35:39 +02:00
..
crypto Streaming verify one-pass signatures 2018-08-10 14:44:01 +02:00
general Add minimum AEAD buffer size 2018-08-14 16:35:39 +02:00
worker Replace data with message parameter in encrypt() and sign() 2018-08-10 14:46:29 +02:00
serviceworker.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
unittests.html fix obsolete browser tests, add some polyfills 2018-02-05 22:17:41 -08:00
unittests.js Work around timing difference between Chrome and polyfill 2018-08-10 14:46:25 +02:00