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