Update crypo_frameworks.md

This commit is contained in:
Omar Santos 2023-03-15 20:08:16 -04:00 committed by GitHub
parent e143cc790e
commit 269bd5835d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Crypto Frameworks and Libraries
### C
### C Programming Language
- [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) - Cryptographic library developed as a separated module of GnuPG.