You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/internal/deephash
Josh Bleecher Snyder 7f095617f2 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>
3 years ago
..
deephash.go internal/deephash: 8 bits of output is not enough 3 years ago
deephash_test.go internal/deephash: 8 bits of output is not enough 3 years ago
fmtsort.go internal/deephash: rename from deepprint 4 years ago
mapiter.go internal/deephash: re-use MapIter 4 years ago
mapiter_future.go internal/deephash: re-use MapIter 4 years ago