diff --git a/README.md b/README.md index a71603f..7d46255 100644 --- a/README.md +++ b/README.md @@ -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.