Skip to content

RustCrypto/KDFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
HKDF hkdf crates.io Documentation MSRV 1.41
Concat-KDF concat-kdf crates.io Documentation MSRV 1.56

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

Minimum Supported Rust Version (MSRV) Policy

MSRV bumps are considered breaking changes and will be performed only with minor version bump.

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.

About

Collection of Key Derivation Functions written in pure Rust

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages