Type Alias cipher::consts::U511

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

Aliased Type§

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