pub type WIDE = U512;
Wider type for intermediate calculations.
struct WIDE(pub [u64; 8]);
0: [u64; 8]