Skip to main content

U4224

Type Alias U4224 

Source
pub type U4224 = Uint<{ _ }>;
Expand description

4224-bit unsigned big integer.

Aliased Type§

pub struct U4224 { /* private fields */ }

Trait Implementations§

Source§

impl Split<{ <$name>::LIMBS / 2 }> for U4224

Source§

type Output = Uint<{ <$name>::LIMBS / 2 }>

High limbs of output: having the width of Self minus LO.
Source§

impl SplitEven for U4224

Source§

type Output = Uint<{ <$name>::LIMBS / 2 }>

Split output: each component having half the width of Self.