Type Alias sha2::Sha224

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

SHA-224 hasher.

Aliased Type§

struct Sha224 { /* private fields */ }