func crypto/sha512.New
6 uses
crypto/sha512 (current package)
sha512.go#L22: crypto.RegisterHash(crypto.SHA512, New)
sha512.go#L213: func New() hash.Hash {
crypto/ecdsa
ecdsa.go#L215: md := sha512.New()
crypto/ed25519
ed25519.go#L162: h := sha512.New()
ed25519.go#L221: h := sha512.New()
golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
bcrypt_pbkdf.go#L38: h := sha512.New()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |