sobolevn 2016-06-21 18:25:26 +03:00
commit f15f913e8d
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ A curated list of cryptography resources and links.
### C
- [cryptlib](http://www.cryptlib.com/) - is an open source cross-platform software security toolkit library.
- [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.
- [libtomcrypt](https://github.com/libtom/libtomcrypt) - is a fairly comprehensive, modular and portable cryptographic toolkit.