Type Alias digest::consts::P8

source ·
pub type P8 = PInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>;

Aliased Type§

struct P8 {
    pub(crate) n: UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>,
}

Fields§

§n: UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>