tailscale/internal
Josh Bleecher Snyder abdc0aec75 internal/deephash: 8 bits of output is not enough
Running hex.Encode(b, b) is a bad idea.
The first byte of input will overwrite the first two bytes of output.
Subsequent bytes have no impact on the output.

Not related to today's IPv6 bug, but...wh::ps.

This caused us to spuriously ignore some wireguard config updates.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
(cherry picked from commit 7f095617f2)
2021-07-02 13:55:02 -07:00
..
deephash internal/deephash: 8 bits of output is not enough 2021-07-02 13:55:02 -07:00
tooldeps Add tooldeps package to keep depaware pinned in go.mod. 2020-09-09 12:13:30 -07:00