Type Alias cipher::consts::U2

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

Aliased Type§

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