const crypto.SHA3_224
5 uses
crypto (current package)
crypto.go#L43: case SHA3_224:
crypto.go#L78: SHA3_224 // import golang.org/x/crypto/sha3
crypto.go#L101: SHA3_224: 28,
crypto/sha3
sha3.go#L17: crypto.RegisterHash(crypto.SHA3_224, func() hash.Hash { return New224() })
golang.org/x/crypto/sha3
register.go#L14: crypto.RegisterHash(crypto.SHA3_224, New224)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)