I168

Type Alias I168 

Source
pub type I168 = Signed<168, 3>;
Expand description

168-bit signed integer type, consisting of 3, 64-bit limbs.

Aliased Typeยง

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