summaryrefslogtreecommitdiffhomepage
path: root/util/deephash/types.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai1-3/+3
2024-02-01util/deephash: tighten up SelfHasher API (#11012)Joe Tsai1-13/+0
2024-02-01util/deephash: implement SelfHasher to allow types to hash themselvesTom DNetto1-2/+21
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-08-18util/deephash: specialize for netip.Addr and drop AppendTo support (#5402)Joe Tsai1-5/+29
2022-08-16util/deephash: move typeIsRecursive and canMemHash to types.go (#5386)Joe Tsai1-0/+88