]> Cypherpunks repositories - gostls13.git/commit
Crypto modes: CBC, CFB, ECB.
authorRuss Cox <rsc@golang.org>
Tue, 19 May 2009 21:01:03 +0000 (14:01 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 19 May 2009 21:01:03 +0000 (14:01 -0700)
commitb0608c13914e38e247209f193441a356133dc814
tree0412d98c3382e8555c7f77bee4ede97de6233875
parentda49bfe6649e126d3dc1d596083038c0aa48dc24
Crypto modes: CBC, CFB, ECB.
Not ready to link into build yet.

Delta says 1272 lines but only 474
if you subtract the test files,
which are mostly data.

R=r
DELTA=1252  (1249 added, 0 deleted, 3 changed)
OCL=29013
CL=29037
src/lib/crypto/block/cbc.go [new file with mode: 0644]
src/lib/crypto/block/cbc_aes_test.go [new file with mode: 0644]
src/lib/crypto/block/cfb.go [new file with mode: 0644]
src/lib/crypto/block/cfb_aes_test.go [new file with mode: 0644]
src/lib/crypto/block/cipher.go [new file with mode: 0644]
src/lib/crypto/block/ecb.go [new file with mode: 0644]
src/lib/crypto/block/ecb_aes_test.go [new file with mode: 0644]
src/lib/crypto/block/ecb_test.go [new file with mode: 0644]
src/lib/io/io.go