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