2 Repos
High-performance cryptographic primitive implementations written in the Rust language.
Distinct from Rust Cryptography: The existing candidates were either awesome lists or not specific to general crypto libraries.
Explore 2 awesome GitHub repositories matching security & cryptography · Rust Cryptography Libraries. Refine with filters or upvote what's useful.
hashsigs-rs is a Rust cryptography library providing a hash-based signature scheme and a library for generating and verifying one-time digital signatures. It serves as a smart contract signature verifier designed to validate identity and authenticity within on-chain environments. The project implements one-time signature generation and verification to ensure that digital signatures are valid for a single message, preventing key reuse. It supports blockchain authentication workflows and cryptographic identity proofs for validating senders without relying on external servers. The library utili
Provides a high-performance implementation of cryptographic primitives written in Rust for memory safety.
This library provides a collection of low-level mathematical primitives for Curve25519 and Ristretto group operations. It serves as a foundation for building secure cryptographic protocols, offering tools for elliptic curve arithmetic, key exchange, and digital signature generation. The implementation prioritizes side-channel resistance by utilizing constant-time arithmetic logic across all operations, ensuring that secret-dependent timing variations are prevented. It leverages the Rust type system to enforce state validity, making illegal group elements unrepresentable at compile time. To ma
Provides a collection of low-level mathematical tools for building secure protocols.