diff --git a/crypto_hash.js b/crypto_hash.js index 77d29d2..07e9196 100644 --- a/crypto_hash.js +++ b/crypto_hash.js @@ -20,5 +20,6 @@ function crypto_hash (out, m, n) { module.exports = { crypto_hash, crypto_hash_sha512, + crypto_hash_sha512_BYTES, crypto_hash_BYTES }