]> Cypherpunks repositories - gostls13.git/commit
crypto/sha1: always test the portable block function too
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Feb 2014 19:27:36 +0000 (11:27 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Feb 2014 19:27:36 +0000 (11:27 -0800)
commit14c5c8a93a55593403f198c4df3c1e503840cf02
tree4e625b5d2a2b04368f134d391c8e729a46aa8dff
parentbf0d71af2907401a83f846d2f6baff38029aa4cd
crypto/sha1: always test the portable block function too

So it doesn't bitrot.

LGTM=agl
R=golang-codereviews, agl
CC=golang-codereviews
https://golang.org/cl/62270043
src/pkg/crypto/sha1/sha1_test.go
src/pkg/crypto/sha1/sha1block.go
src/pkg/crypto/sha1/sha1block_generic.go [new file with mode: 0644]