HMAC-based Extract-and-Expand Key Derivation Function (HKDF) for Rust. Supports:
From crates.io:
toml
[dependencies]
hkdf = "0.1.1"
From the git repository:
```toml [dependencies.hkdf]
git = "https://github.com/vladikoff/rust-hkdf.git" ```
See the example examples/main.rs or run it with cargo run --example main
|
---|---
Vlad Filippov | Brian Warner