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