Owner
RustCrypto
24 indexed repositories · View on GitHub
-
hashes
Collection of cryptographic hash functions written in pure Rust
Rust · 2266 stars
-
AEADs
Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers
Rust · 961 stars
-
password-hashes
Password hashing functions / KDFs
Rust · 909 stars
-
elliptic-curves
Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2
Rust · 874 stars
-
block-ciphers
Collection of block cipher algorithms written in pure Rust
Rust · 784 stars
-
traits
Collection of cryptography-related traits
Rust · 756 stars
-
utils
Utility crates used in RustCrypto
Rust · 674 stars
-
signatures
Cryptographic signature algorithms: DSA, ECDSA, Ed25519
Rust · 661 stars
-
MACs
Message authentication code algorithms written in pure Rust
Rust · 372 stars
-
formats
Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
Rust · 338 stars
-
stream-ciphers
Collection of stream cipher algorithms
Rust · 325 stars
-
crypto-bigint
Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
Rust · 309 stars
-
SSH
Pure Rust implementation of components of the Secure Shell (SSH) protocol
Rust · 247 stars
-
rustls-rustcrypto
Rustls cryptography provider built on the pure Rust crates from the RustCrypto organization
Rust · 130 stars
-
PAKEs
Password-Authenticated Key Agreement protocols
Rust · 124 stars
-
KEMs
Collection of Key Encapsulation Mechanisms written in pure Rust
Rust · 111 stars
-
KDFs
Collection of Key Derivation Functions written in pure Rust
Rust · 106 stars
-
block-modes
Collection of generic block mode algorithms written in pure Rust
Rust · 95 stars
-
sponges
Collection of sponge functions written in pure Rust
Rust · 57 stars
-
universal-hashes
Collection of universal hashing functions
Rust · 39 stars
- 4 more repositories live on View on GitHub
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
RustCrypto/formats#2430 · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
RustCrypto/formats#2428 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
RustCrypto/formats#2427 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
RustCrypto/utils#1537 · 7 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
RustCrypto/crypto-bigint#1343 · 4 comments ·
-
Algorithm::encryption_key_from_decryption_key` skips both of the validations its siblings perform Open
Difficulty 4/5 3-5 days Newbie friendliness 58/100
RustCrypto/KEMs#381 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
RustCrypto/crypto-bigint#1341 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 76/100
RustCrypto/signatures#1442 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
RustCrypto/utils#1534 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 45/100
RustCrypto/utils#1529 · 4 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
RustCrypto/signatures#1439 · 3 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
RustCrypto/signatures#1438 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
RustCrypto/block-ciphers#589 · 3 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
RustCrypto/hashes#912 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
RustCrypto/stream-ciphers#582 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
RustCrypto/password-hashes#926 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 38/100
RustCrypto/hashes#909 · 4 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
RustCrypto/traits#2487 · 2 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
RustCrypto/formats#2403 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
RustCrypto/password-hashes#924 · 3 reactions ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
RustCrypto/hashes#908 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
RustCrypto/traits#2482 · 5 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
RustCrypto/actions#70 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
RustCrypto/SSH#580 · 3 comments ·
-
Difficulty 1/5 1-3 hours Newbie friendliness 86/100
RustCrypto/formats#2389 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
RustCrypto/formats#2387 · 9 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 32/100
RustCrypto/traits#2478 · 5 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
RustCrypto/utils#1510 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
RustCrypto/formats#2385 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 45/100
RustCrypto/utils#1509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
RustCrypto/AEADs#864 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 65/100
RustCrypto/crypto-bigint#1327 ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
RustCrypto/elliptic-curves#1907 · 2 comments · 1 reaction ·
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
RustCrypto/signatures#1415 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
RustCrypto/formats#2366 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
RustCrypto/crypto-bigint#1315 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
RustCrypto/crypto-bigint#1314 · 11 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
RustCrypto/formats#2358 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
RustCrypto/KEMs#346 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
RustCrypto/elliptic-curves#1839 · 2 comments · 1 reaction ·
-
Difficulty 3/5 1-2 days Newbie friendliness 64/100
RustCrypto/formats#2347 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
RustCrypto/block-modes#117 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
RustCrypto/crypto-bigint#1281 ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
RustCrypto/KEMs#328 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
RustCrypto/crypto-bigint#1275 ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
RustCrypto/KEMs#325 · 1 comment ·
-
cipher
Difficulty 4/5 3-5 days Newbie friendliness 38/100
RustCrypto/traits#2424 ·
-
Difficulty 5/5 Over a week Newbie friendliness 42/100
RustCrypto/SSH#527 · 4 comments ·
-
Missing XOFs Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
RustCrypto/XOFs#1 ·
-
aes
Difficulty 5/5 Over a week Newbie friendliness 45/100
RustCrypto/block-ciphers#559 · 10 comments ·
Showing the newest 100
This page lists what was indexed most recently. Advanced filter has the whole inventory, narrowed by language, difficulty and how long a task takes.