Type Alias cipher::consts::U793

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

Aliased Type§

struct U793 { /* private fields */ }

Trait Implementations§

source§

impl<T, N> ArrayLength<T> for UInt<N, B1>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,