aboutsummaryrefslogtreecommitdiff
path: root/chacha20poly1305/chacha20poly1305_amd64.s
AgeCommit message (Expand)Author
2023-11-07chacha20poly1305: guard PSHUFB usage with GOAMD64_v2Mauri de Souza Meneguzzo
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2020-02-21chacha20,poly1305,chacha20poly1305: set consistent build tagsFilippo Valsorda
2019-04-17all: change the old assembly style AX:CX to CX, AXNeven Sajko
2018-05-15chacha20poly1305: delete unused assembly functionsMichael Munday
2017-05-03chacha20poly1305: add runtime internal independent cpu feature detectionMartin Möhrmann
2017-01-06chacha20poly1305: fix detection of BMI on amd64Lion Yang
2016-12-19chacha20poly1305: fix typosMikio Hara
2016-12-19chacha20poly1305: fix typosMikio Hara
2016-12-02chacha20poly1305: make polyHashADInternal privateShenghou Ma
2016-10-31chacha20poly1305: fix build constraintsAlex Vaghin
2016-10-17chacha20poly1305: scope assembly constantsAdam Langley
2016-10-17chacha20poly1305: fix amd64 assembly - replace PINSRB and PEXTRQAndreas Auernhammer
2016-10-16chacha20poly1305: clarify the correct attribution for the AMD64 assembly.Adam Langley
2016-10-16chacha20poly1305: clarify the correct attribution for the AMD64 assembly.Adam Langley
2016-10-12poly1305, chacha20poly1305: fix build for Go 1.6Brad Fitzpatrick
2016-10-11chacha20poly1305: new package.Adam Langley