U96

Type Alias U96 

Source
pub type U96 = Uint<96, 2>;
Expand description

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

Aliased Typeยง

pub struct U96 { /* private fields */ }