From aec75e780091dc72e375e999ced7a18d3f511ac8 Mon Sep 17 00:00:00 2001 From: Theron Spiegl Date: Fri, 27 Nov 2020 22:38:49 -0600 Subject: [PATCH] exports --- crypto_secretstream.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto_secretstream.js b/crypto_secretstream.js index 248b55e..5d29f01 100644 --- a/crypto_secretstream.js +++ b/crypto_secretstream.js @@ -272,8 +272,7 @@ function xor_buf (out, _in, n) { } module.exports = { - // crypto_aead_xchacha20poly1305_ietf_ABYTES, - // crypto_secretstream_xchacha20poly1305_ABYTES, + Crypto_secretstream_xchacha20poly1305_state, crypto_secretstream_xchacha20poly1305_keygen, crypto_secretstream_xchacha20poly1305_init_push, crypto_secretstream_xchacha20poly1305_init_pull,