aoc::year2017::day14

Function 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.