func golang.org/x/crypto/blake2b.New512
4 uses
golang.org/x/crypto/blake2b (current package)
blake2b.go#L81: func New512(key []byte) (hash.Hash, error) { return newDigest(Size, key) }
register.go#L26: h, _ := New512(nil)
golang.org/x/crypto/argon2
argon2.go#L132: b2, _ := blake2b.New512(nil)
blake2b.go#L21: b2, _ = blake2b.New512(nil)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)