U240

Type Alias U240 

Source
pub type U240 = Uint<240, 4>;
Expand description

240-bit unsigned integer type, consisting of 4, 64-bit limbs.

Aliased Typeยง

pub struct U240 { /* private fields */ }