U512

Type Alias U512 

Source
pub type U512 = BigIntFixed<8>;
Expand description

Type alias for 512-bit BigInt (8 limbs).

Aliased Typeยง

pub struct U512 { /* private fields */ }