]> Cypherpunks repositories - gostls13.git/commit
crypto/md5: always test the portable block function too
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Feb 2014 21:31:05 +0000 (13:31 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Feb 2014 21:31:05 +0000 (13:31 -0800)
commit72f0ed42fa89f1c02c6ff547762d4d1757d4fc75
tree527ca7d2405e6888816f907a487dfe9656655322
parent73a304356bd1edfac204c639859a01643a3f8955
crypto/md5: always test the portable block function too

So it doesn't bitrot.

Like the sha1 version (https://golang.org/cl/62270043)

LGTM=agl
R=agl
CC=golang-codereviews
https://golang.org/cl/62420043
src/pkg/crypto/md5/gen.go
src/pkg/crypto/md5/md5_test.go
src/pkg/crypto/md5/md5block.go
src/pkg/crypto/md5/md5block_generic.go [new file with mode: 0644]