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.
From crates.io:
toml
[dependencies]
hkdf = "0.7"
See the example examples/main.rs or run it with cargo run --example main
|
---|---
Vlad Filippov | Brian Warner