Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neilalexander/jnacl

Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implementation
https://github.com/neilalexander/jnacl

android-library authentication crypto curve25519 curve25519xsalsa20poly1305 ecc ecdsa hsalsa20 java java-library nacl poly1305 salsa20 xsalsa20 xsalsa20poly1305

Last synced: 3 days ago
JSON representation

Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implementation

Awesome Lists containing this project

README

        

jnacl
=====

Pure Java implementation of the [NaCl: Networking and Cryptography library](http://nacl.cr.yp.to/)

Supports the following crypto primitives:

* curve25519xsalsa20poly1305

License
-------

[The BSD 2-Clause License](http://opensource.org/licenses/bsd-license.php)