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