pub fn rnd_from_src(src: &[u32; 288]) -> [u32; 144]
Expand description

Generates the rnd array from the src array by chunk-wise hashing. See mod-level docs for definition of the arrays.