type hash.Cloner (interface)

Method Implmentations

BlockSize() int *hash/maphash.Hash.BlockSize *crypto/internal/fips140/hmac.HMAC.BlockSize *crypto/internal/fips140/sha256.Digest.BlockSize *crypto/internal/fips140/sha512.Digest.BlockSize *crypto/sha3.SHA3.BlockSize
Clone() (Cloner, error) *hash/maphash.Hash.Clone *crypto/internal/fips140/hmac.HMAC.Clone *crypto/internal/fips140/sha256.Digest.Clone *crypto/internal/fips140/sha512.Digest.Clone *crypto/sha3.SHA3.Clone
Reset() *hash/maphash.Hash.Reset *crypto/internal/fips140/hmac.HMAC.Reset *crypto/internal/fips140/sha256.Digest.Reset *crypto/internal/fips140/sha512.Digest.Reset *crypto/sha3.SHA3.Reset
Size() int *hash/maphash.Hash.Size *crypto/internal/fips140/hmac.HMAC.Size *crypto/internal/fips140/sha256.Digest.Size *crypto/internal/fips140/sha512.Digest.Size *crypto/sha3.SHA3.Size
Sum(b []byte) []byte *hash/maphash.Hash.Sum *crypto/internal/fips140/hmac.HMAC.Sum *crypto/internal/fips140/sha256.Digest.Sum *crypto/internal/fips140/sha512.Digest.Sum *crypto/sha3.SHA3.Sum
Write([]byte) (int, error) *hash/maphash.Hash.Write *crypto/internal/fips140/hmac.HMAC.Write *crypto/internal/fips140/sha256.Digest.Write *crypto/internal/fips140/sha512.Digest.Write *crypto/sha3.SHA3.Write