func golang.org/x/crypto/blake2b.New384
2 uses
golang.org/x/crypto/blake2b (current package)
blake2b.go#L85: func New384(key []byte) (hash.Hash, error) { return newDigest(Size384, key) }
register.go#L21: h, _ := New384(nil)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)