Module advent_solutions::advent2017::knot_hash
[−]
[src]
Functions
| hash |
To achieve this, begin with a list of numbers from |
| hash_lengths |
In this example, the first two numbers in the list end up being |
| hash_str |
The logic you've constructed forms a single round of the Knot Hash algorithm; running the full thing requires many of these rounds. Some input and output processing is also required. |
| new_nums |