Type Alias alloy_core::primitives::U512

source ·
pub type U512 = Uint<512, 8>;
Expand description

512-bit unsigned integer type, consisting of 8, 64-bit limbs.

Aliased Type§

struct U512 { /* private fields */ }