Skip to main content

HkdfSha512Expander

Type Alias HkdfSha512Expander 

Source
pub type HkdfSha512Expander<Prk> = Hkdf<HkdfSha512Variant, Prk, CRYPTO_KDF_HKDF_SHA512_KEYBYTES>;
Expand description

HKDF-SHA-512 expander.

Aliased Typeยง

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