type hash.Hash (interface)
Method Implmentations
BlockSize() int
Hash32.BlockSize
Hash64.BlockSize
*hash/maphash.Hash.BlockSize
crypto/internal/fips140.Hash.BlockSize
*crypto/internal/fips140/hmac.HMAC.BlockSize
*crypto/internal/fips140/sha256.Digest.BlockSize
*crypto/internal/fips140/sha3.Digest.BlockSize
*crypto/internal/fips140/sha3.SHAKE.BlockSize
*crypto/internal/fips140/sha512.Digest.BlockSize
*crypto/sha3.SHA3.BlockSize
Reset()
Hash32.Reset
Hash64.Reset
*hash/maphash.Hash.Reset
crypto/internal/fips140.Hash.Reset
*crypto/internal/fips140/hmac.HMAC.Reset
*crypto/internal/fips140/sha256.Digest.Reset
*crypto/internal/fips140/sha3.Digest.Reset
*crypto/internal/fips140/sha3.SHAKE.Reset
*crypto/internal/fips140/sha512.Digest.Reset
*crypto/sha3.SHA3.Reset
Size() int
Hash32.Size
Hash64.Size
*hash/maphash.Hash.Size
crypto/internal/fips140.Hash.Size
*crypto/internal/fips140/hmac.HMAC.Size
*crypto/internal/fips140/sha256.Digest.Size
*crypto/internal/fips140/sha3.Digest.Size
*crypto/internal/fips140/sha3.SHAKE.Size
*crypto/internal/fips140/sha512.Digest.Size
*crypto/sha3.SHA3.Size
Sum(b []byte) []byte
Hash32.Sum
Hash64.Sum
*hash/maphash.Hash.Sum
crypto/internal/fips140.Hash.Sum
*crypto/internal/fips140/hmac.HMAC.Sum
*crypto/internal/fips140/sha256.Digest.Sum
*crypto/internal/fips140/sha3.Digest.Sum
*crypto/internal/fips140/sha3.SHAKE.Sum
*crypto/internal/fips140/sha512.Digest.Sum
*crypto/sha3.SHA3.Sum
Write([]byte) (int, error)
Hash32.Write
Hash64.Write
*hash/maphash.Hash.Write
crypto/internal/fips140.Hash.Write
*crypto/internal/fips140/hmac.HMAC.Write
*crypto/internal/fips140/sha256.Digest.Write
*crypto/internal/fips140/sha3.Digest.Write
*crypto/internal/fips140/sha3.SHAKE.Write
*crypto/internal/fips140/sha512.Digest.Write
*crypto/sha3.SHA3.Write
The pages are generated with Golds v0.7.3. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |