Skip to main content

HkdfSha256Expander

Type Alias HkdfSha256Expander 

Source
pub type HkdfSha256Expander<Prk> = Hkdf<HkdfSha256Variant, Prk, CRYPTO_KDF_HKDF_SHA256_KEYBYTES>;
Expand description

HKDF-SHA-256 expander.

Aliased Typeยง

pub struct HkdfSha256Expander<Prk> { /* private fields */ }