pub struct u256(pub [u64; 4]);
A 256-bit unsigned integer represented as 4 64-bit limbs.
Each limb is a native-endian number, but the array is little-limb-endian.
0: [u64; 4]