Getting [u64; 8] for [u8; 32] in Rust

I need a little code snippet and maybe if someone has time an explanation. I have a hash function that I use using two different programming languages. The results are then compared in Rust. What I want to get back is [3246643754, 1918081665, 2401493466, 600956609, 3662614728, 2858571937, 2319608302, 3673956376] so a vector of 8 u64… Read More Getting [u64; 8] for [u8; 32] in Rust