aboutsummaryrefslogtreecommitdiff
path: root/chacha20poly1305/chacha20poly1305_amd64.go
AgeCommit message (Expand)Author
2025-10-22chacha20poly1305: panic on dst and additionalData overlapSean Liao
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2022-08-17internal/subtle: rename to internal/aliasRuss Cox
2021-02-20all: go fmt ./...Russ Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2020-02-21chacha20,poly1305,chacha20poly1305: set consistent build tagsFilippo Valsorda
2019-11-11chacha20: expose internal/chacha20 packageFilippo Valsorda
2018-08-20chacha20poly1305: use x/sys/cpu feature variables directlyMartin Möhrmann
2018-06-13internal/subtle: add Any/InexactOverlap (new package) and apply them across p...Filippo Valsorda
2018-05-02chacha20poly1305: correct AVX2 feature detectionTom Thorogood
2018-04-30crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detectionAndreas Auernhammer
2018-04-26chacha20poly1305: update to use new ChaCha20 APIMichael Munday
2017-05-16chacha20poly1305: fix style nits in variable namesHan-Wen Nienhuys
2017-05-03chacha20poly1305: add runtime internal independent cpu feature detectionMartin Möhrmann
2016-10-31chacha20poly1305: fix build constraintsAlex Vaghin
2016-10-12poly1305, chacha20poly1305: fix build for Go 1.6Brad Fitzpatrick
2016-10-11chacha20poly1305: new package.Adam Langley