terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
136 stars 49 forks source link

Implement CryptoBox Seal and Sign #8

Closed gurpreet- closed 6 years ago

gurpreet- commented 6 years ago

Implement public key signing.

gurpreet- commented 6 years ago

Added all the native functions.

Please refer to #13 for more information on next steps.