Type Alias U160

Source
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 */ }