pub type I224 = Signed<224, 4>;
Expand description
224-bit signed integer type, consisting of 4, 64-bit limbs.
Aliased Typeยง
struct I224(/* private fields */);
pub type I224 = Signed<224, 4>;
224-bit signed integer type, consisting of 4, 64-bit limbs.
struct I224(/* private fields */);