From 71d2d9c127624da24f8e533d33a8c23019217a64 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 15 Jun 2013 09:03:04 -0700 Subject: [PATCH] Add PHP-Sodium --- README.markdown | 1 + THANKS | 1 + 2 files changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 2e1bf36d..af734e1d 100644 --- a/README.markdown +++ b/README.markdown @@ -176,6 +176,7 @@ them from different languages is easier. * Haskell: [Saltine](https://github.com/tel/saltine) * Java: [Kalium](https://github.com/abstractj/kalium) * Julia: [Sodium.jl](https://github.com/amitmurthy/Sodium.jl) +* PHP: [PHP-Sodium](https://github.com/alethia7/php-sodium) * Python: [PyNaCl](https://github.com/dstufft/pynacl) * Racket: part of [CRESTaceans](https://github.com/mgorlick/CRESTaceans/tree/master/bindings/libsodium) * Ruby: [RbNaCl](https://github.com/cryptosphere/rbnacl) diff --git a/THANKS b/THANKS index c682489c..c2fc35e9 100644 --- a/THANKS +++ b/THANKS @@ -1,3 +1,4 @@ +@alethia7 @neheb Amit Murthy (@amitmurthy) Bruno Oliveira (@abstractj)