sha2

Type Alias Sha224

source
pub type Sha224 = CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, U28, OidSha224>>;
Expand description

SHA-224 hasher.

Aliased Typeยง

struct Sha224 { /* private fields */ }