commit | fa7e46c88481b06420191460e47d9c9c512a1f94 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Jun 26 13:14:11 2013 -0700 |
committer | Rob Pike <r@golang.org> | Wed Jun 26 13:14:11 2013 -0700 |
tree | fff46ad865eda1fc037677f13021964ec3159d75 | |
parent | 5cd5d88954a20c2f4792b6010f3ab7b82355e84b [diff] |
crypto/sha512: provide top-level Sum512 and Sum384 functions Makes it easy to ask the simple question, what is the hash of this data? Also fix the commentary and prints in Sum256. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/10630043