const crypto/sha512.Size
10 uses
crypto/sha512 (current package)
sha512.go#L30: Size = 64
sha512.go#L247: return Size
sha512.go#L299: func (d *digest) checkSum() [Size]byte {
sha512.go#L324: var digest [Size]byte
sha512.go#L340: func Sum512(data []byte) [Size]byte {
crypto/ed25519
ed25519.go#L99: if l := len(message); l != sha512.Size {
ed25519.go#L231: messageDigest := make([]byte, 0, sha512.Size)
ed25519.go#L249: hramDigest := make([]byte, 0, sha512.Size)
ed25519.go#L285: if l := len(message); l != sha512.Size {
ed25519.go#L336: hramDigest := make([]byte, 0, sha512.Size)
![]() |
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. |