Type Alias U8

Source
pub type U8 = Uint<8, 1>;
Expand description

8-bit unsigned integer type, consisting of 1, 64-bit limbs.

Aliased Typeยง

pub struct U8 { /* private fields */ }