Skip to main content

U32768

Type Alias U32768 

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

32768-bit unsigned big integer.

Aliased Type§

pub struct U32768 {
    pub(crate) limbs: [Limb; 512],
}

Fields§

§limbs: [Limb; 512]

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