rust-hkdf

Build Status

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

Installation

From the git repository:

From crates.io:

toml [dependencies] hkdf = "0.1.0"

```toml [dependencies.hkdf]

git = "https://github.com/vladikoff/rust-hkdf.git" ```

Usage

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