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/util/deephash
Joe Tsai a5fb8e0731
util/deephash: introduce deliberate instability (#2477)
Seed the hash upon first use with the current time.
This ensures that the stability of the hash is bounded within
the lifetime of one program execution.
Hopefully, this prevents future bugs where someone assumes that
this hash is stable.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
3 years ago
..
deephash.go util/deephash: introduce deliberate instability (#2477) 3 years ago
deephash_test.go util/deephash: make hash type opaque 3 years ago
fmtsort.go util/deephash: move internal/deephash to util/deephash 3 years ago
mapiter.go util/deephash: move internal/deephash to util/deephash 3 years ago
mapiter_future.go util/deephash: move internal/deephash to util/deephash 3 years ago