jedisct1 / libsodium.js

libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Other
968 stars 138 forks source link

Getting "hash_length cannot be null or undefined" after updating from 0.7.10 to 0.7.13 #328

Closed gustavotoyota closed 10 months ago

gustavotoyota commented 10 months ago

It looks like constants like sodium.crypto_pwhash_SALTBYTES became undefined in this update. Where did they go?