Type Alias sha1::Sha1

source ·
pub type Sha1 = CoreWrapper<Sha1Core>;
Expand description

SHA-1 hasher state.

Aliased Type§

struct Sha1 {
    core: Sha1Core,
    buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Eager>,
}

Fields§

§core: Sha1Core§buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Eager>