aboutsummaryrefslogtreecommitdiff
path: root/chacha20
AgeCommit message (Expand)Author
2025-10-08all: fix some typos in commentcuishuang
2025-04-16Revert "chacha20: add loong64 SIMD implementation"Michael Pratt
2025-04-13chacha20: add loong64 SIMD implementationXiaolin Zhao
2024-10-11chacha20: extend ppc64le support to ppc64Paul E. Murphy
2024-03-26x/crypto/chacha20: cleanup chacha_ppc64le.sJayanth Krishnamurthy
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-09-28chacha20: drop Go 1.10 compatibility for arm64Sebastiaan van Stijn
2022-08-17internal/subtle: rename to internal/aliasRuss Cox
2022-04-11all: gofmtRuss Cox
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-02-20all: go fmt ./...Russ Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2020-11-24x/crypto/chacha20: fix typo in benchmarkRoland Shoemaker
2020-04-23chacha20: don't panic encrypting the final blocksFilippo Valsorda
2020-04-20chacha20: improve generic implementation performanceAndy Wang
2020-04-20Revert "chacha20: don't panic encrypting the final blocks"Filippo Valsorda
2020-04-20chacha20: don't panic encrypting the final blocksFilippo Valsorda
2020-02-21chacha20,poly1305,chacha20poly1305: set consistent build tagsFilippo Valsorda
2020-02-21chacha20: add SetCounter methodlukechampine
2019-11-11chacha20: implement XChaCha20Filippo Valsorda
2019-11-11chacha20: expose internal/chacha20 packageFilippo Valsorda