type crypto/sha3.SHA3 (struct)

Method Implmentations

AppendBinary(p []byte) ([]byte, error) *SHA3.M : encoding.BinaryAppender.AppendBinary
BlockSize() int *SHA3.M : crypto/internal/fips140.Hash.BlockSize *SHA3.M : hash.Hash.BlockSize
MarshalBinary() ([]byte, error) *SHA3.M : encoding.BinaryMarshaler.MarshalBinary *SHA3.M : crypto/internal/fips140/hmac.marshalable.MarshalBinary
Reset() *SHA3.M : crypto/internal/fips140.Hash.Reset *SHA3.M : hash.Hash.Reset
Size() int *SHA3.M : crypto/internal/fips140.Hash.Size *SHA3.M : hash.Hash.Size
Sum(b []byte) []byte *SHA3.M : crypto/internal/fips140.Hash.Sum *SHA3.M : hash.Hash.Sum
UnmarshalBinary(data []byte) error *SHA3.M : encoding.BinaryUnmarshaler.UnmarshalBinary *SHA3.M : crypto/internal/fips140/hmac.marshalable.UnmarshalBinary
Write(p []byte) (n int, err error) *SHA3.M : crypto/internal/fips140.Hash.Write *SHA3.M : hash.Hash.Write *SHA3.M : internal/bisect.Writer.Write *SHA3.M : io.Writer.Write *SHA3.M : crypto/tls.transcriptHash.Write