From b9c414716947e6e34b3c8a7a69fbe91a79b7386a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 16 Jul 2013 14:14:58 -0700 Subject: [PATCH] Link Kalium-JNI --- README.markdown | 1 + THANKS | 1 + 2 files changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 0041a0de..78de7263 100644 --- a/README.markdown +++ b/README.markdown @@ -185,6 +185,7 @@ them from different languages is easier. * Erlang: [Erlang-NaCl](https://github.com/tonyg/erlang-nacl) * Haskell: [Saltine](https://github.com/tel/saltine) * Java: [Kalium](https://github.com/abstractj/kalium) +* Java JNI: [Kalium-JNI](https://github.com/joshjdevl/kalium-jni) * Julia: [Sodium.jl](https://github.com/amitmurthy/Sodium.jl) * Ocaml: [ocaml-sodium](https://github.com/dsheets/ocaml-sodium) * Pharo/Squeak: [Crypto-NaCl](http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) diff --git a/THANKS b/THANKS index c2fc35e9..4db815a2 100644 --- a/THANKS +++ b/THANKS @@ -1,4 +1,5 @@ @alethia7 +@joshjdevl @neheb Amit Murthy (@amitmurthy) Bruno Oliveira (@abstractj)