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 f061d20c9d
util/sha256x: rename Hash as Block512 (#5351)
Rename Hash as Block512 to indicate that this is a general-purpose
hash.Hash for any algorithm that operates on 512-bit block sizes.

While we rename the package as hashx in this commit,
a subsequent commit will move the sha256x package to hashx.
This is done separately to avoid confusing git.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
3 years ago
..
testtype util/deephash: fix unexported time.Time hashing 3 years ago
deephash.go util/sha256x: rename Hash as Block512 (#5351) 3 years ago
deephash_test.go util/sha256x: rename Hash as Block512 (#5351) 3 years ago
types.go util/deephash: move typeIsRecursive and canMemHash to types.go (#5386) 3 years ago
types_test.go util/deephash: move typeIsRecursive and canMemHash to types.go (#5386) 3 years ago