From b95e3ed99015d46771b51564db2aab2b50e06456 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 25 Aug 2013 23:12:59 -0700 Subject: [PATCH] Add pysodium --- README.markdown | 1 + THANKS | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8b62c17d..dbe3f607 100644 --- a/README.markdown +++ b/README.markdown @@ -191,6 +191,7 @@ them from different languages is easier. * Pharo/Squeak: [Crypto-NaCl](http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) * PHP: [PHP-Sodium](https://github.com/alethia7/php-sodium) * Python: [PyNaCl](https://github.com/dstufft/pynacl) +* Python: [PySodium](https://github.com/stef/pysodium) * Racket: part of [CRESTaceans](https://github.com/mgorlick/CRESTaceans/tree/master/bindings/libsodium) * Ruby: [RbNaCl](https://github.com/cryptosphere/rbnacl) * Ruby: [Sodium](https://github.com/stouset/sodium) diff --git a/THANKS b/THANKS index 4db815a2..39443c60 100644 --- a/THANKS +++ b/THANKS @@ -11,6 +11,7 @@ Joseph Abrahamson (@tel) Kenneth Ballenegger (@kballenegger) Michael Gorlick (@mgorlick) Samuel Neves (@sneves) -Stephn Touset (@stouset) +Stefan Marsiske +Stephan Touset (@stouset) Tony Arcieri (@bascule) Tony Garnock-Jones (@tonyg)