mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-09 15:34:44 -05:00
[PR #219] Add Ballerina Crypto Library #217
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sobolevn/awesome-cryptography/pull/219
Author: @MohamedSabthar
Created: 12/20/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
10dbd6bAdd Ballerina Crypto Library📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
README.md(+5 -0)📄 Description
Ballerina is a specialized open-source programming language designed for integration tasks. It comes equipped with an extensive collection of standard libraries, covering areas like IO, Email, HTTP, GraphQL, WebSocket, and more.
The Ballerina Crypto standard library provides a robust suite of functionalities to ensure secure and reliable cryptographic operations. It supports hashing, encryption, signing, and verification for various algorithms, enabling seamless implementation of security features in your applications.
Additionally, the library includes support for post-quantum algorithms, paving the way for applications to remain secure in the emerging era of quantum computing.
For detailed insights and guidance, refer to the Ballerina Crypto Specification.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.