This commit is contained in:
Theron Spiegl 2020-11-27 22:38:49 -06:00
parent 36a75bdd3d
commit aec75e7800

View File

@ -272,8 +272,7 @@ function xor_buf (out, _in, n) {
} }
module.exports = { module.exports = {
// crypto_aead_xchacha20poly1305_ietf_ABYTES, Crypto_secretstream_xchacha20poly1305_state,
// crypto_secretstream_xchacha20poly1305_ABYTES,
crypto_secretstream_xchacha20poly1305_keygen, crypto_secretstream_xchacha20poly1305_keygen,
crypto_secretstream_xchacha20poly1305_init_push, crypto_secretstream_xchacha20poly1305_init_push,
crypto_secretstream_xchacha20poly1305_init_pull, crypto_secretstream_xchacha20poly1305_init_pull,