]> Cypherpunks repositories - gostls13.git/commit
crypto/sha256: provide top-level Sum and Sum224 functions
authorRob Pike <r@golang.org>
Wed, 26 Jun 2013 18:36:18 +0000 (11:36 -0700)
committerRob Pike <r@golang.org>
Wed, 26 Jun 2013 18:36:18 +0000 (11:36 -0700)
commit5cd5d88954a20c2f4792b6010f3ab7b82355e84b
treec20bf91eb1b73e4b4824ca7ae6154b919b7aa042
parent8b9c1a224be4100b44df9c83aabcf6ec4a8f7832
crypto/sha256: provide top-level Sum and Sum224 functions
Makes it easy to ask the simple question, what is the hash of this data?

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/10629043
src/pkg/crypto/sha256/sha256.go
src/pkg/crypto/sha256/sha256_test.go