You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: