]> Cypherpunks repositories - gostls13.git/commit
crypto/md5: provide a top-level Sum function
authorRob Pike <r@golang.org>
Wed, 26 Jun 2013 18:29:30 +0000 (11:29 -0700)
committerRob Pike <r@golang.org>
Wed, 26 Jun 2013 18:29:30 +0000 (11:29 -0700)
commit4850f5d5ea5913af57c9ae37121ad88aba2d612c
tree37ff6e4f4d86d424cecdb2513fedc7a2e896978c
parent53a00e2812891b2a3c91aaa6a12ac89c74ad42ea
crypto/md5: provide a top-level Sum function
Makes it easy to ask the simple question, what is the hash of this data?
Also mark block as non-escaping.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/10624044
src/pkg/crypto/md5/md5.go
src/pkg/crypto/md5/md5_test.go
src/pkg/crypto/md5/md5block_decl.go