pub fn u64_to_u256_array(n: u64) -> [u8; 32]
Convert a u64 to a [u8; 32]
n
Returns a [u8; 32] with the u64 converted to bytes