add crypto_shorthash (#4)

This commit is contained in:
Mathias Buus
2017-06-12 10:05:49 +02:00
committed by GitHub
parent 1967024766
commit 95732bdd4f
5 changed files with 526 additions and 1 deletions
+1
View File
@@ -2199,6 +2199,7 @@ sodium.crypto_sign_verify_detached = crypto_sign_verify_detached
forward(require('./crypto_generichash'))
forward(require('./crypto_kdf'))
forward(require('./crypto_shorthash'))
sodium.crypto_stream_KEYBYTES = 32
sodium.crypto_stream_NONCEBYTES = 24