From 10dbd6b02c667cb6819341ba121f7cf501621480 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Fri, 20 Dec 2024 10:51:53 +0530 Subject: [PATCH] Add Ballerina Crypto Library --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.