Function aoc::year2017::day14::knot_hash

source ·
fn knot_hash(lengths: &[usize]) -> Vec<u8> 
Expand description

Slightly tweaked version of the code from Day 10 that always performs 64 rounds.