Type Alias sha2::Sha512

source ·
pub type Sha512 = CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, U64, OidSha512>>;
Expand description

SHA-512 hasher.

Aliased Type§

struct Sha512 { /* private fields */ }