Type Alias cipher::consts::U100000

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

Aliased Type§

struct U100000 { /* private fields */ }

Trait Implementations§

source§

impl<T, N> ArrayLength<T> for UInt<N, B0>where N: ArrayLength<T>,

§

type ArrayType

Associated type representing the array type for the number
source§

impl<U, B> Unsigned for UInt<U, B>where U: Unsigned, B: Bit,