summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/cipher/ctr.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-76/+0
* crypto/cipher: speed up xor operations in CBC, CFB, OBF, CTRHan-Wen Nienhuys2013-12-111-17/+38
* crypto/cipher: panic on invalid IV lengthShane Hansen2012-10-171-1/+1
* crypto/cipher: bad CTR IV length now triggers panicAdam Langley2011-03-291-0/+4
* crypto/cipher: add packageAdam Langley2010-11-191-0/+51