pub type U160 = Uint<160, 3>;
Expand description
160-bit unsigned integer type, consisting of 3, 64-bit limbs.
Aliased Type§
struct U160 { /* private fields */ }
pub type U160 = Uint<160, 3>;
160-bit unsigned integer type, consisting of 3, 64-bit limbs.
struct U160 { /* private fields */ }