Collection of cryptography-related traits
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-05 14:13:58 +02:00
aead chore: sync dependencies (monorepo) 2026-04-06 15:17:23 +02:00
cipher fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
crypto fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
crypto-common fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
digest fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
elliptic-curve fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
kdf chore: sync dependencies (monorepo) 2026-04-06 15:17:23 +02:00
kem chore: sync dependencies (monorepo) 2026-04-06 15:17:23 +02:00
password-hash fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
signature fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
universal-hash fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
.gitignore elliptic-curve v0.13.0-pre.0 2023-01-27 12:23:12 -07:00
Cargo.toml fix(traits): Replace path deps with git refs for all members 2026-06-05 14:13:58 +02:00
README.md Remove async-signature (#2323) 2026-02-27 18:29:44 +03:00

RustCrypto: Traits

Project Chat Apache2/MIT licensed dependency status

Collection of traits which describe functionality of cryptographic primitives.

Crates

Name Algorithm Crates.io Docs MSRV
aead Authenticated encryption crates.io Documentation MSRV 1.85
cipher Block and stream cipher crates.io Documentation MSRV 1.85
cryptocommon Common cryptographic traits crates.io Documentation MSRV 1.85
digest Cryptographic hash function crates.io Documentation MSRV 1.85
ellipticcurve Elliptic curve cryptography crates.io Documentation MSRV 1.85
kem Key encapsulation mechanism crates.io Documentation MSRV 1.85
password-hash Password hashing crates.io Documentation MSRV 1.85
signature Digital signature crates.io Documentation MSRV 1.85
universalhash Universal hash function crates.io Documentation MSRV 1.85

Additional Crates

Crate name Description Crates.io Docs MSRV
crypto Facade for trait crates crates.io Documentation MSRV 1.85

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.