U120

Type Alias U120 

Source
pub type U120 = Uint<120, 2>;
Expand description

120-bit unsigned integer type, consisting of 2, 64-bit limbs.

Aliased Typeยง

pub struct U120 { /* private fields */ }