sha2

Type Alias Sha512

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

SHA-512 hasher.

Aliased Typeยง

struct Sha512 { /* private fields */ }