]> Cypherpunks repositories - gostls13.git/commit
Xor-based crypto modes: OFB and CTR stream encryption.
authorRuss Cox <rsc@golang.org>
Tue, 19 May 2009 21:58:49 +0000 (14:58 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 19 May 2009 21:58:49 +0000 (14:58 -0700)
commit20ea881c7909bb3a1f93b2b023a5b970d9c267cb
treeb727fb809c0f19c81d489b500f97daa0eea87e7d
parentb0608c13914e38e247209f193441a356133dc814
Xor-based crypto modes: OFB and CTR stream encryption.

R=r
DELTA=643  (643 added, 0 deleted, 0 changed)
OCL=29017
CL=29047
src/lib/crypto/block/ctr.go [new file with mode: 0644]
src/lib/crypto/block/ctr_aes_test.go [new file with mode: 0644]
src/lib/crypto/block/ofb.go [new file with mode: 0644]
src/lib/crypto/block/ofb_aes_test.go [new file with mode: 0644]
src/lib/crypto/block/xor.go [new file with mode: 0644]
src/lib/crypto/block/xor_test.go [new file with mode: 0644]