U80

Type Alias U80 

Source
pub type U80 = Uint<80, 2>;
Expand description

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

Aliased Typeยง

pub struct U80 { /* private fields */ }