rust-hkdf
HMAC-based Extract-and-Expand Key Derivation Function (HKDF) for Rust. Supports:
- SHA-256
- SHA-1
Installation
From crates.io:
[]
= "*"
From the git repository:
[]
= "https://github.com/vladikoff/rust-hkdf.git"
Usage
See the example examples/main.rs or run it with cargo run --example main
Changelog
- 0.3.0 - update dependencies: digest-0.7, hmac-0.5
- 0.2.0 - support for rustc 1.20.0
- 0.1.1 - fixes to support rustc 1.5.0
- 0.1.0 - initial release
Authors
| Vlad Filippov | Brian Warner |