Type Alias digest::consts::P3

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

Aliased Type§

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

Fields§

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