U192

Type Alias U192 

Source
pub type U192 = Uint<192, 3>;
Expand description

192-bit unsigned integer type, consisting of 3, 64-bit limbs.

Aliased Typeยง

pub struct U192 { /* private fields */ }