alloy_primitives::aliases

Type Alias U80

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