alloy_primitives::aliases

Type Alias U96

Source
pub type U96 = Uint<96, 2>;
Expand description

96-bit unsigned integer type, consisting of 2, 64-bit limbs.

Aliased Typeยง

struct U96 { /* private fields */ }