aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/cipher/ctr.go
AgeCommit message (Expand)Author
2025-11-26crypto/fips140: add WithoutEnforcementDaniel Morsing
2024-12-17crypto/cipher: block non-AES CTR and CBC in fips140=only modeFilippo Valsorda
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-19crypto/aes: move to crypto/internal/fips/aesFilippo Valsorda
2024-11-18crypto/internal/alias: move to crypto/internal/fips/aliasFilippo Valsorda
2023-10-13crypto: add available godoc linkcui fliter
2022-09-28crypto: use bytes.Clonecuiweixie
2022-08-17crypto/subtle: add XORBytesRuss Cox
2022-08-17crypto/internal/subtle: rename to crypto/internal/aliasRuss Cox
2018-06-19crypto: panic on illegal input and output overlapFilippo Valsorda
2016-04-29crypto/cipher, crypto/aes: add s390x implementation of AES-CTRMichael Munday
2015-10-20crypto/cipher: fix CTR infinite loop with large block sizesCaleb Spare
2014-09-08build: move package sources from src/pkg to srcRuss Cox