pub(crate) fn round(state: [u32; 8], wk: u32) -> [u32; 8]
One round of the compression; wk is the round’s w[i] + k[i].
wk
w[i] + k[i]