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