Add pysodium

This commit is contained in:
Frank Denis 2013-08-25 23:12:59 -07:00
parent 74031ee550
commit b95e3ed990
2 changed files with 3 additions and 1 deletions

View File

@ -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)

3
THANKS
View File

@ -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)