Pinned Repositories
AEADs
Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers
block-ciphers
Collection of block cipher algorithms written in pure Rust
elliptic-curves
Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2
formats
Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
hashes
Collection of cryptographic hash functions written in pure Rust
password-hashes
Password hashing functions / KDFs
RSA
RSA implementation in pure Rust
signatures
Cryptographic signature algorithms: DSA, ECDSA, Ed25519
traits
Collection of cryptography-related traits
utils
Utility crates used in RustCrypto
Rust Crypto's Repositories
RustCrypto/ring-compat
Compatibility library for using *ring* as a backend for RustCrypto's traits
RustCrypto/book
Reference manual for the RustCrypto project, implemented as an MDBook [WIP]
RustCrypto/meta
Meta-crates of the RustCrypto project
RustCrypto/rust-crypto-decoupled
Experiment on dividing rust-crypto into several small crates
RustCrypto/media
Media files of the RustCrypto project
RustCrypto/benchmarks
RustCrypto family benchmarks