hkdf 0.1.0

HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
docs.rs failed to build hkdf-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: hkdf-0.13.0-pre.3

rust-hkdf

Build Status

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

  • SHA-256

Installation

From the git repository:

From crates.io:

[dependencies]
hkdf = "0.1.0"
[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