Type Alias ed25519_dalek::Sha512

source ·
pub type Sha512 = CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, OidSha512>>;
Available on crate feature digest only.
Expand description

SHA-512 hasher.

Aliased Type§

struct Sha512 { /* private fields */ }