]> Cypherpunks repositories - gostls13.git/commit
Add crypto/rc4.
authorAdam Langley <agl@golang.org>
Tue, 29 Sep 2009 19:15:24 +0000 (12:15 -0700)
committerAdam Langley <agl@golang.org>
Tue, 29 Sep 2009 19:15:24 +0000 (12:15 -0700)
commit5a69935a3c439568fbc7f955fb91e0d05d6e3f91
treed243df0918986630d617c2c2267d339687af24a4
parent69d13b2332d6f4af91a8ac5571b39641f7e8aa3c
Add crypto/rc4.

RC4 is a common stream cipher. This adds a pure-go C implementation.

R=r
APPROVED=r
DELTA=139  (138 added, 0 deleted, 1 changed)
OCL=35056
CL=35092
src/pkg/Make.deps
src/pkg/Makefile
src/pkg/crypto/rc4/Makefile [new file with mode: 0644]
src/pkg/crypto/rc4/rc4.go [new file with mode: 0644]
src/pkg/crypto/rc4/rc4_test.go [new file with mode: 0644]