From 4ef6007a0749e63aa5cd3a47a9a3567e8d1755fb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 4 Apr 2014 16:31:43 -0700 Subject: [PATCH] Add lua-sodium --- README.markdown | 1 + THANKS | 1 + 2 files changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 24360612..35f4e831 100644 --- a/README.markdown +++ b/README.markdown @@ -211,6 +211,7 @@ them from different languages is easier. * 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) +* LUA: [lua-sodium](https://github.com/morfoh/lua-sodium) * .NET: [libsodium-net](https://github.com/adamcaudill/libsodium-net) * NodeJS: [node-sodium](https://github.com/paixaop/node-sodium) * Ocaml: [ocaml-sodium](https://github.com/dsheets/ocaml-sodium) diff --git a/THANKS b/THANKS index c686cfe4..0a119d3c 100644 --- a/THANKS +++ b/THANKS @@ -4,6 +4,7 @@ @neheb Amit Murthy (@amitmurthy) Bruno Oliveira (@abstractj) +Christian Wiese (@morfoh) Chris Rebert (@cvrebert) Donald Stufft (@dstufft) Douglas Campos (@qmx)