Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto/openpgp: add support for symmetrically encrypting files. | Adam Langley | 2011-06-01 | 1 | -3/+5 |
* | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao | 2011-04-20 | 1 | -2/+2 |
* | crypto/cipher: bad CTR IV length now triggers panic | Adam Langley | 2011-03-29 | 1 | -0/+4 |
* | src/*: fix incorrect prints found by govet | Rob Pike | 2011-02-09 | 1 | -1/+1 |
* | crypto/cipher: add resync open to OCFB mode. | Adam Langley | 2011-02-03 | 2 | -12/+41 |
* | crypto/cipher: fix build (missing file in Makefile) | Rob Pike | 2011-01-18 | 1 | -1/+2 |
* | crypto/cipher: add OFB mode | Adam Langley | 2011-01-18 | 2 | -0/+145 |
* | crypto/cipher: make NewCBCEncrypter return BlockMode | Russ Cox | 2011-01-06 | 1 | -1/+1 |
* | crypto/cipher: fix OCFB | Adam Langley | 2010-12-27 | 1 | -4/+25 |
* | crypto/cipher: add CFB and OCFB mode. | Adam Langley | 2010-11-19 | 5 | -1/+232 |
* | crypto/cipher: add package | Adam Langley | 2010-11-19 | 8 | -0/+481 |