1 Repo
Implementations of the RSA algorithm for asymmetric encryption and digital signatures.
Distinct from RSA Signing Implementations: Shortlist candidates were limited to cryptanalysis or specific signing formats rather than general RSA implementation.
Explore 1 awesome GitHub repository matching security & cryptography · RSA Implementations. Refine with filters or upvote what's useful.
Ring is a low-level cryptographic primitive library and security toolset designed for building portable, secure applications. It provides a collection of implementations for RSA, elliptic curve cryptography, and authenticated symmetric encryption. The project focuses on constant-time cryptography to prevent secret data from leaking through timing side-channel attacks. It utilizes a formal verification tool that generates arithmetic logic from templates, ensuring mathematical correctness and eliminating manual implementation errors. The library includes capabilities for producing cryptographi
Performs asymmetric encryption and decryption tasks using the RSA algorithm.