bitcoin_hashes

Type Alias HkdfSha512

Source
pub type HkdfSha512 = Hkdf<Hash>;
Expand description

HKDF-HMAC-SHA-512: Type alias for the Hkdf<Sha512> type.

Aliased Typeยง

struct HkdfSha512 { /* private fields */ }