shaggi7

Results 3 comments of shaggi7

If you need to see code for this then here it is 1. Keys.java ``` import org.libsodium.jni.Sodium; import org.libsodium.jni.SodiumJNI; public class Keys { PublicKey publicKey; PrivateKey privateKey; public Keys(){ int...

Yes i have initialized NaCl.sodium() in the app start itself .