]> Cypherpunks repositories - gostls13.git/commit
crypto/sha1: provide a top-level Sum function
authorRob Pike <r@golang.org>
Wed, 26 Jun 2013 00:04:18 +0000 (17:04 -0700)
committerRob Pike <r@golang.org>
Wed, 26 Jun 2013 00:04:18 +0000 (17:04 -0700)
commit4cf73890a2cc4a75cd8cd2ad726690a2ef60cf1d
tree91cab31f197a30ecdc29f71e8bc5810bfba54129
parent148fac79a33bf7e9be279002aa289eacad41cb8f
crypto/sha1: provide a top-level Sum function
Makes it easy to ask the simple question, what is the hash of this data?

R=golang-dev, rsc, bradfitz
CC=golang-dev
https://golang.org/cl/10571043
src/pkg/crypto/sha1/sha1.go
src/pkg/crypto/sha1/sha1_test.go