alloy_primitives::aliases

Type Alias U120

Source
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 */ }