Type Alias alloy_primitives::aliases::U232

source ·
pub type U232 = Uint<232, 4>;
Expand description

232-bit unsigned integer type, consisting of 4, 64-bit limbs.

Aliased Type§

struct U232 { /* private fields */ }