Crate hkdf

Source
Expand description

This crate implements the RFC5869 hash based key derivation function using bitcoin_hashes.

Re-exports§

pub use bitcoin_hashes;

Modules§

hashes

Structs§

Hkdf
Implements the RFC5869 hash based key derivation function using the hash function H.

Traits§

BitcoinHash
Trait which applies to hashes of all types.