package cryptotest

Import Path
	crypto/internal/cryptotest (on go.dev)

Dependency Relation
	imports 6 packages, and imported by 0 packages

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