A Java port of TweetNaCl from the original C
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
jni
lib
native
src
LICENSE
Makefile
README.md

README.md

tweetnacl-java

A Java port of TweetNaCl from the original C.

It has been extensively tested against the original C version and TweetNaCl.js for messages up to 2^24 bytes. It still needs a professional cryptographic audit.

To import into your project you only need org/peergos/crypto/TweetNaCl.java.