type crypto/sha3.SHA3
20 uses
crypto/sha3 (current package)
sha3.go#L100: type SHA3 struct {
sha3.go#L105: func fips140hash_sha3Unwrap(sha3 *SHA3) *sha3.Digest {
sha3.go#L110: func New224() *SHA3 {
sha3.go#L111: return &SHA3{*sha3.New224()}
sha3.go#L115: func New256() *SHA3 {
sha3.go#L116: return &SHA3{*sha3.New256()}
sha3.go#L120: func New384() *SHA3 {
sha3.go#L121: return &SHA3{*sha3.New384()}
sha3.go#L125: func New512() *SHA3 {
sha3.go#L126: return &SHA3{*sha3.New512()}
sha3.go#L130: func (s *SHA3) Write(p []byte) (n int, err error) {
sha3.go#L135: func (s *SHA3) Sum(b []byte) []byte {
sha3.go#L140: func (s *SHA3) Reset() {
sha3.go#L145: func (s *SHA3) Size() int {
sha3.go#L150: func (s *SHA3) BlockSize() int {
sha3.go#L155: func (s *SHA3) MarshalBinary() ([]byte, error) {
sha3.go#L160: func (s *SHA3) AppendBinary(p []byte) ([]byte, error) {
sha3.go#L165: func (s *SHA3) UnmarshalBinary(data []byte) error {
crypto/internal/fips140hash
hash.go#L15: func sha3Unwrap(*sha3.SHA3) *fsha3.Digest
hash.go#L24: if sha3, ok := h.(*sha3.SHA3); ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)