const crypto/sha512.Size
10 uses
crypto/sha512 (current package)
sha512.go#L30: Size = 64
sha512.go#L250: return Size
sha512.go#L302: func (d *digest) checkSum() [Size]byte {
sha512.go#L327: var digest [Size]byte
sha512.go#L343: func Sum512(data []byte) [Size]byte {
crypto/ed25519
ed25519.go#L96: if l := len(message); l != sha512.Size {
ed25519.go#L228: messageDigest := make([]byte, 0, sha512.Size)
ed25519.go#L246: hramDigest := make([]byte, 0, sha512.Size)
ed25519.go#L276: if l := len(message); l != sha512.Size {
ed25519.go#L327: hramDigest := make([]byte, 0, sha512.Size)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |