Alexander

Results 1 issues of Alexander

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](https://github.com/joshjdevl/libsodium-jni/blob/master/src/test/java/org/libsodium/jni/crypto/PwhashTest.java) example). The funny thing is that...