pub type U224 = Uint<224, 4>;
Expand description
224-bit unsigned integer type, consisting of 4, 64-bit limbs.
Aliased Typeยง
pub struct U224 { /* private fields */ }
pub type U224 = Uint<224, 4>;
224-bit unsigned integer type, consisting of 4, 64-bit limbs.
pub struct U224 { /* private fields */ }