Rust Crypto

Results 25 repositories owned by Rust Crypto

hashes

1.7k
Stars
233
Forks
Watchers

Collection of cryptographic hash functions written in pure Rust

signatures

434
Stars
87
Forks
Watchers

Cryptographic signature algorithms: DSA, ECDSA, Ed25519

stream-ciphers

244
Stars
46
Forks
Watchers

Collection of stream cipher algorithms

AEADs

623
Stars
127
Forks
Watchers

Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers

block-ciphers

621
Stars
126
Forks
Watchers

Collection of block cipher algorithms written in pure Rust

elliptic-curves

614
Stars
161
Forks
Watchers

Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2

MACs

229
Stars
32
Forks
Watchers

Message authentication code algorithms written in pure Rust

password-hashes

560
Stars
72
Forks
Watchers

Password hashing functions / KDFs

RSA

487
Stars
134
Forks
Watchers

RSA implementation in pure Rust

traits

529
Stars
162
Forks
Watchers

Collection of cryptography-related traits