Type Alias sha2::Sha224

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

SHA-224 hasher.

Aliased Type§

struct Sha224 {
    core: CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B0>, OidSha224>,
    buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Eager>,
}

Fields§

§core: CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B0>, OidSha224>§buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Eager>