export constant: crypto_hash_sha512_BYTES

This commit is contained in:
Christophe Diederichs 2020-06-18 14:22:32 +02:00
parent 21051f3392
commit 596f8c8f18

View File

@ -20,5 +20,6 @@ function crypto_hash (out, m, n) {
module.exports = {
crypto_hash,
crypto_hash_sha512,
crypto_hash_sha512_BYTES,
crypto_hash_BYTES
}