Collection of Key Derivation Functions written in pure Rust
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-03 23:08:11 +02:00
ansi-x963-kdf chore: sync dependencies (monorepo) 2026-04-06 15:19:27 +02:00
bake-kdf chore: sync dependencies (monorepo) 2026-04-06 15:19:27 +02:00
hkdf fix(hkdf): Replace path deps with git refs for hmac, sha1, sha2 2026-06-03 23:08:11 +02:00
kbkdf chore: sync dependencies (monorepo) 2026-04-06 15:19:27 +02:00
one-step-kdf chore: sync dependencies (monorepo) 2026-04-06 15:19:27 +02:00
.gitignore Migrate to GitHub Actions (#42) 2020-10-19 11:48:50 -07:00
Cargo.lock build(deps): bump the all-deps group across 1 directory with 9 updates (#189) 2026-03-25 10:22:00 -06:00
Cargo.toml chore: sync dependencies (monorepo) 2026-04-06 15:19:27 +02:00
README.md readme: remove MSRV policy section and update badges (#177) 2026-01-21 19:59:36 +03:00

RustCrypto: Key Derivation Functions

Project Chat dependency status Apache2/MIT licensed

Collection of Key Derivation Functions (KDF) written in pure Rust.

Supported Algorithms

Algorithm Crate Crates.io Documentation MSRV
ANSI-X9.63-KDF ansi-x963-kdf crates.io Documentation MSRV 1.85
bake-kdf bake-kdf crates.io Documentation MSRV 1.85
Concat-KDF concat-kdf crates.io Documentation MSRV 1.85
HKDF hkdf crates.io Documentation MSRV 1.85
KBKDF kbkdf crates.io Documentation MSRV 1.85

NOTE: for password-based KDFs (e.g. Argon2, PBKDF2, scrypt), please see RustCrypto/password-hashes

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.