Skip to main content

U160

Type Alias U160 

pub type U160 = Uint<160, 3>;
Expand description

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

Aliased Typeยง

pub struct U160 { /* private fields */ }