RustCrypto: HKDF

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status

HMAC-based Extract-and-Expand Key Derivation Function (HKDF) for Rust.

Uses the Digest trait which specifies an interface common to digest functions, such as SHA-1, SHA-256, etc.

Installation

From crates.io:

toml [dependencies] hkdf = "0.7"

Usage

See the example examples/main.rs or run it with cargo run --example main

Authors

Vlad Filippov | Brian Warner ---|--- Vlad Filippov | Brian Warner