Type Alias WIDE

Source
pub type WIDE = U512;
Expand description

Wider type for intermediate calculations.

Aliased Type§

struct WIDE(pub [u64; 8]);

Fields§

§0: [u64; 8]