Type Alias cipher::consts::U200

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

Aliased Type§

struct U200 { /* 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,