I200

Type Alias I200 

Source
pub type I200 = Signed<200, 4>;
Expand description

200-bit signed integer type, consisting of 4, 64-bit limbs.

Aliased Typeยง

pub struct I200(/* private fields */);