libsodium-jni icon indicating copy to clipboard operation
libsodium-jni copied to clipboard

Can't find method

Open AlexanderXIV opened this issue 4 years ago • 0 comments

I just tried libsodium on Android, using methods like Sodium.crypto_box_keypair(...) which work really great. I' ve also tried to use password hashing (using this example). The funny thing is that Sodium.crypto_pwhash is found and Sodium.crypto_pwhash_opslimit_interactive() is not found. Does anyone have a workaround for this? I am glad for any help

AlexanderXIV avatar Jun 05 '20 17:06 AlexanderXIV