fix shorthash_ready being deprecated

This commit is contained in:
Mathias Buus 2017-11-17 12:07:52 +01:00
parent 51e11143e5
commit f7de366eec

View File

@ -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) {