]> Cypherpunks repositories - gostls13.git/commit
crypto/rc4: test the portable version too
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 18 Feb 2014 23:16:07 +0000 (15:16 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 18 Feb 2014 23:16:07 +0000 (15:16 -0800)
commita7fb31833b6c2c39e3f3dc5ab0bc2e1abcaf8ef6
tree7bbaa3389cbb9afd2fc8c69f2976dac5e22a62bf
parentac40fb44701c7a920310e18d22777196bdf8e581
crypto/rc4: test the portable version too

Prevent bitrot. (similar to the previous sha1 and md5 CLs)

Fixes #6642

LGTM=agl
R=agl, dave
CC=golang-codereviews
https://golang.org/cl/65690043
src/pkg/crypto/rc4/rc4.go
src/pkg/crypto/rc4/rc4_ref.go
src/pkg/crypto/rc4/rc4_test.go