hash

Function hash 

Source
fn hash(lengths: &[usize], rounds: usize) -> [u8; 256]
Expand description

Performs the knot hash algorithm using a fixed-size array for better performance.