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