const crypto.SHA3_384
5 uses
crypto (current package)
crypto.go#L47: case SHA3_384:
crypto.go#L80: SHA3_384 // import golang.org/x/crypto/sha3
crypto.go#L103: SHA3_384: 48,
crypto/sha3
sha3.go#L19: crypto.RegisterHash(crypto.SHA3_384, func() hash.Hash { return New384() })
golang.org/x/crypto/sha3
register.go#L16: crypto.RegisterHash(crypto.SHA3_384, New384)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)