summaryrefslogtreecommitdiff
path: root/src/crypto/cipher
Commit message (Expand)AuthorAgeFilesLines
* crypto/{aes,cipher}: fix panic in CBC on s390x when src length is 0Michael Munday2016-10-131-0/+54
* crypto/{aes,cipher}: add optimized implementation of AES-GCM for s390xMichael Munday2016-10-051-0/+158
* crypto/cipher: enforce message size limits for GCM.Adam Langley2016-09-021-0/+8
* crypto/cipher, math/big: fix example namesJosh Bleecher Snyder2016-08-161-2/+2
* crypto/cipher: execute AES-GCM decryption exampleTilman Dilo2016-05-091-3/+4
* crypto/cipher, crypto/aes: add s390x implementation of AES-CTRMichael Munday2016-04-291-0/+10
* crypto/cipher, crypto/aes: add s390x implementation of AES-CBCMichael Munday2016-04-291-0/+22
* crypto/cipher: enable fastXORBytes on s390xMichael Munday2016-04-141-1/+1
* all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef2016-04-011-1/+1
* crypto/cipher: xorBytes performance ppc64le/ppc64Lynn Boger2016-03-051-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* crypto/cipher: Add AES-GCM encryption and decryption exampleKevin Kirsche2016-01-261-0/+52
* crypto/cipher: always zero dst buffer on GCM authentication failure.Adam Langley2016-01-102-1/+46
* crypto/cipher: fix typo from last changeRob Pike2015-12-221-1/+1
* crypto/cipher: improve documentation for AEADRob Pike2015-12-221-6/+9
* crypto/cipher: fix CTR infinite loop with large block sizesCaleb Spare2015-10-202-4/+56
* crypto/aes: dedicated asm version of AES-GCMVlad Krasnov2015-08-293-9/+90
* crypto/cipher: Support unusual GCM nonce lengthsCarl Jackson2015-06-092-21/+80
* crypto/cipher: update docs for the Stream interfaceShenghou Ma2014-12-261-0/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-0818-0/+1976