I208

Type Alias I208 

Source
pub type I208 = Signed<208, 4>;
Expand description

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

Aliased Typeยง

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