From f7de366eeca06c4c0a9b48ab76b6c37aac9273fe Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Fri, 17 Nov 2017 12:07:52 +0100 Subject: [PATCH] fix shorthash_ready being deprecated --- crypto_shorthash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_shorthash.js b/crypto_shorthash.js index 9dba716..b1b8378 100644 --- a/crypto_shorthash.js +++ b/crypto_shorthash.js @@ -4,7 +4,7 @@ exports.crypto_shorthash_PRIMITIVE = 'siphash24' exports.crypto_shorthash_BYTES = siphash.BYTES exports.crypto_shorthash_KEYBYTES = siphash.KEYBYTES exports.crypto_shorthash_WASM_SUPPORTED = siphash.WASM_SUPPORTED -exports.crypto_shorthash_ready = siphash.ready +exports.crypto_shorthash_WASM_LOADED = siphash.WASM_LOADED exports.crypto_shorthash = shorthash function shorthash (out, data, key, noAssert) {