Signature mismatch for native method "crypto_generichash_blake2b_salt_personal()" #75
Labels
bug
You've found something that definitely should not happen, e.g a crash in a critical part of the lib
enhancement
New feature or request
Created a PR here, if you're interested: https://github.com/jcihocki/lazysodium-java/pull/
native method declared in Sodium.java has
subKeyId
aslong
, native method expectsunsigned char *
for bothsalt
andpersonal
so it should bebyte[]
The text was updated successfully, but these errors were encountered: