commit | 4850f5d5ea5913af57c9ae37121ad88aba2d612c | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Jun 26 11:29:30 2013 -0700 |
committer | Rob Pike <r@golang.org> | Wed Jun 26 11:29:30 2013 -0700 |
tree | 37ff6e4f4d86d424cecdb2513fedc7a2e896978c | |
parent | 53a00e2812891b2a3c91aaa6a12ac89c74ad42ea [diff] |
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