From d4736fa64077f7a1b2a3734a294c15977ed3a2eb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 26 Jun 2016 12:46:32 +0200 Subject: [PATCH] libsodium is a C, not C++ library (#15) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24d74c9..f25740e 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ A curated list of cryptography resources and links. - [crypto-algorithms](https://github.com/B-Con/crypto-algorithms) - Basic implementations of standard cryptography algorithms, like AES and SHA-1. - [libgcrypt](http://directory.fsf.org/wiki/Libgcrypt) - is a cryptographic library developed as a separated module of GnuPG. +- [libsodium](https://github.com/jedisct1/libsodium) - a modern and easy-to-use crypto library. - [libtomcrypt](https://github.com/libtom/libtomcrypt) - is a fairly comprehensive, modular and portable cryptographic toolkit. - [NaCl](https://nacl.cr.yp.to/) - high-speed library for network communication, encryption, decryption, signatures, etc. - [OpenSSL](https://github.com/openssl/openssl) - TLS/SSL and crypto library. @@ -137,7 +138,6 @@ A curated list of cryptography resources and links. - [Botan](https://botan.randombit.net/) - is a cryptography library written in `C++11`. - [cryptopp](https://github.com/weidai11/cryptopp) - Crypto++ Library is a free C++ class library of cryptographic schemes. - [HElib](https://github.com/shaih/HElib) - is a software library that implements homomorphic encryption (HE). -- [libsodium](https://github.com/jedisct1/libsodium) - a modern and easy-to-use crypto library. - [Nettle](http://www.lysator.liu.se/~nisse/nettle/) - a low-level cryptographic library. - [s2n](https://github.com/awslabs/s2n) - an implementation of the TLS/SSL protocols.