type hash/maphash.Hash (struct)

Method Implmentations (5 other methods implement nothing)

BlockSize() int *Hash.M : hash.Hash.BlockSize *Hash.M : hash.Hash64.BlockSize *Hash.M : crypto/internal/fips140.Hash.BlockSize
Reset() *Hash.M : hash.Hash.Reset *Hash.M : hash.Hash64.Reset *Hash.M : crypto/internal/fips140.Hash.Reset
Size() int *Hash.M : hash.Hash.Size *Hash.M : hash.Hash64.Size *Hash.M : crypto/internal/fips140.Hash.Size
Sum(b []byte) []byte *Hash.M : hash.Hash.Sum *Hash.M : hash.Hash64.Sum *Hash.M : crypto/internal/fips140.Hash.Sum
Sum64() uint64 *Hash.M : hash.Hash64.Sum64
Write(b []byte) (int, error) *Hash.M : hash.Hash.Write *Hash.M : hash.Hash64.Write *Hash.M : crypto/internal/fips140.Hash.Write *Hash.M : internal/bisect.Writer.Write *Hash.M : io.Writer.Write *Hash.M : crypto/tls.transcriptHash.Write
WriteString(s string) (int, error) *Hash.M : io.StringWriter.WriteString *Hash.M : golang.org/x/net/http2.stringWriter.WriteString *Hash.M : net/http.http2stringWriter.WriteString