U256

Type Alias U256 

Source
pub type U256 = BigIntFixed<4>;
Expand description

Type alias for 256-bit BigInt (4 limbs).

Aliased Typeยง

pub struct U256 { /* private fields */ }