hkdf 0.1.2

HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
Documentation

rust-hkdf

Build Status

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

  • SHA-256

Installation

From crates.io:

[dependencies]
hkdf = "0.1.1"

From the git repository:

[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