pub type U16384 = Uint<{ _ }>;Expand description
16384-bit unsigned big integer.
Aliased Type§
pub struct U16384 {
pub(crate) limbs: [Limb; 256],
}Fields§
§limbs: [Limb; 256]Inner limb array. Stored from least significant to most significant.