This commit is contained in:
MohamedSabthar 2025-06-13 22:32:14 -07:00 committed by GitHub
commit e780d61d04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,7 @@ A curated list of cryptography resources and links.
- [Git](#git)
- [Playgrounds](#playgrounds)
- [Frameworks and Libs](#frameworks-and-libs)
- [Ballerina](#ballerina)
- [C](#c)
- [C#](#c-sharp)
- [C++](#c-1)
@ -165,6 +166,10 @@ A curated list of cryptography resources and links.
## Frameworks and Libs
### Ballerina
- [ballerina-crypto](https://github.com/ballerina-platform/module-ballerina-crypto) - The Official Ballerina Crypto Standard Library.
### C
- [crypto-algorithms](https://github.com/B-Con/crypto-algorithms) - Basic implementations of standard cryptography algorithms, like AES and SHA-1.