pub type HkdfSha512 = Hkdf<Hash>;
Expand description
HKDF-HMAC-SHA-512: Type alias for the Hkdf<Sha512>
type.
Aliased Typeยง
struct HkdfSha512 { /* private fields */ }
pub type HkdfSha512 = Hkdf<Hash>;
HKDF-HMAC-SHA-512: Type alias for the Hkdf<Sha512>
type.
struct HkdfSha512 { /* private fields */ }