[go: up one dir, main page]

hkdf 0.2.0

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

Changelog

  • 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
Vlad Filippov Brian Warner