Add Ballerina Crypto Library

This commit is contained in:
MohamedSabthar 2024-12-20 10:51:53 +05:30 committed by GitHub
parent 4933f200ac
commit 10dbd6b02c
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.