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)