summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/cipher
Commit message (Expand)AuthorAgeFilesLines
* crypto/cipher: add CFB test vectors.Adam Langley2014-08-251-1/+76
* crypto/cipher: fix typo in example commentPreetam Jinka2014-07-021-1/+1
* crypto/cipher: Fix typo in example commentPreetam Jinka2014-06-281-1/+1
* all: fix typosRui Ueyama2014-04-161-1/+1
* crypto/cipher: fix AEAD.Open documentation nitBrad Fitzpatrick2014-03-041-3/+3
* crypto/cipher: improved cbc performanceLuke Curley2014-01-172-26/+70
* crypto/cipher: remove unused shift1 functionShawn Smith2013-12-271-10/+0
* crypto/cipher: fix CFB mode.Adam Langley2013-12-152-8/+11
* crypto/cipher: speed up gcmInc32.Han-Wen Nienhuys2013-12-121-4/+4
* crypto/cipher: speed up xor operations in CBC, CFB, OBF, CTRHan-Wen Nienhuys2013-12-119-94/+359
* crypto/cipher: add GCM mode.Adam Langley2013-08-052-0/+525
* crypto/cipher: StreamWriter.Closer docs + behavior changeBrad Fitzpatrick2013-06-171-3/+8
* crypto/tls: support TLS 1.1.Adam Langley2013-06-041-0/+14
* crypto/cipher: fix vet warningRuss Cox2013-03-221-2/+2
* crypto/cipher: avoid out of bounds error in CryptBlocksRuss Cox2013-01-302-0/+48
* crypto/cipher: don't persist errors in StreamWriter.Adam Langley2013-01-211-5/+1
* all: fix typosShenghou Ma2012-12-191-2/+2
* crypto/cipher: add examplesAdam Langley2012-10-311-0/+283
* crypto/cipher: panic on invalid IV lengthShane Hansen2012-10-173-1/+13
* crypto/...: more fixes for bug 2841Adam Langley2012-02-135-13/+17
* doc: remove overuse of simplyRuss Cox2012-02-061-2/+2
* crypto/...: changes to address some of bug 2841.Adam Langley2012-02-033-183/+1
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-17/+0
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-8/+5
* crypto/openpgp: add support for symmetrically encrypting files.Adam Langley2011-06-011-3/+5
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-2/+2
* crypto/cipher: bad CTR IV length now triggers panicAdam Langley2011-03-291-0/+4
* src/*: fix incorrect prints found by govetRob Pike2011-02-091-1/+1
* crypto/cipher: add resync open to OCFB mode.Adam Langley2011-02-032-12/+41
* crypto/cipher: fix build (missing file in Makefile)Rob Pike2011-01-181-1/+2
* crypto/cipher: add OFB modeAdam Langley2011-01-182-0/+145
* crypto/cipher: make NewCBCEncrypter return BlockModeRuss Cox2011-01-061-1/+1
* crypto/cipher: fix OCFBAdam Langley2010-12-271-4/+25
* crypto/cipher: add CFB and OCFB mode.Adam Langley2010-11-195-1/+232
* crypto/cipher: add packageAdam Langley2010-11-198-0/+481