Skip to main content

U320

Type Alias U320 

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

320-bit unsigned big integer.

Aliased Type§

pub struct U320 {
    pub(crate) limbs: [Limb; 5],
}

Fields§

§limbs: [Limb; 5]

Inner limb array. Stored from least significant to most significant.

Trait Implementations§

Source§

impl Split<{ U64::LIMBS * $size }> for U320

Source§

type Output = Uint<{ <$name>::LIMBS - U64::LIMBS * $size }>

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

impl Split<{ U64::LIMBS * $size }> for U320

Source§

type Output = Uint<{ <$name>::LIMBS - U64::LIMBS * $size }>

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

impl Split<{ U64::LIMBS * $size }> for U320

Source§

type Output = Uint<{ <$name>::LIMBS - U64::LIMBS * $size }>

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

impl Split<{ U64::LIMBS * $size }> for U320

Source§

type Output = Uint<{ <$name>::LIMBS - U64::LIMBS * $size }>

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