alloy_primitives::aliases

Type Alias U248

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