Commit 2546a541 authored by Robin Eklind's avatar Robin Eklind Committed by Dave Cheney

crypto/sha512: update comment for the Sum512 function.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/10660043
parent 8cd0689a
......@@ -184,7 +184,7 @@ func (d *digest) checkSum() [Size]byte {
return digest
}
// Sum returns the SHA512 checksum of the data.
// Sum512 returns the SHA512 checksum of the data.
func Sum512(data []byte) [Size]byte {
var d digest
d.Reset()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment