]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: add CFB and OCFB mode.
authorAdam Langley <agl@golang.org>
Fri, 19 Nov 2010 21:17:58 +0000 (16:17 -0500)
committerAdam Langley <agl@golang.org>
Fri, 19 Nov 2010 21:17:58 +0000 (16:17 -0500)
commitb84b20b820a41ae78881ebefa4e768a264dfb203
tree1e0bdc52c1b5c40b29d2199da2921853bb6a583e
parentb51f0c5cca0074257b76518dbe169d7cc2a30f00
crypto/cipher: add CFB and OCFB mode.

        (Files which I left out of the initial commit to keep it small.)

R=rsc
CC=golang-dev
https://golang.org/cl/3183043
src/pkg/crypto/cipher/Makefile
src/pkg/crypto/cipher/cfb.go [new file with mode: 0644]
src/pkg/crypto/cipher/cfb_test.go [new file with mode: 0644]
src/pkg/crypto/cipher/ocfb.go [new file with mode: 0644]
src/pkg/crypto/cipher/ocfb_test.go [new file with mode: 0644]