package testhash

Import Path
	internal/testhash (on go.dev)

Dependency Relation
	imports 6 packages, and imported by one package

Involved Source Files hash.go
Package-Level Type Names (only one)
/* sort by: | */
func TestHash(t *testing.T, mh MakeHash) func TestHashWithoutClone(t *testing.T, mh MakeHash)
Package-Level Functions (total 2)
TestHash performs a set of tests on hash.Hash implementations, checking the documented requirements of Write, Sum, Reset, Size, and BlockSize.