func crypto/sha512.New
6 uses
crypto/sha512 (current package)
sha512.go#L23: crypto.RegisterHash(crypto.SHA512, New)
sha512.go#L205: func New() hash.Hash {
crypto/ecdsa
ecdsa.go#L436: md := sha512.New()
crypto/ed25519
ed25519.go#L223: mh := sha512.New()
ed25519.go#L240: kh := sha512.New()
ed25519.go#L327: kh := sha512.New()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |