index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chacha20poly1305
/
chacha20poly1305_amd64.s
Age
Commit message (
Expand
)
Author
2023-11-07
chacha20poly1305: guard PSHUFB usage with GOAMD64_v2
Mauri de Souza Meneguzzo
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2020-12-03
all: build tags: appengine,!gccgo => purego,gc
Tamir Duberstein
2020-02-21
chacha20,poly1305,chacha20poly1305: set consistent build tags
Filippo Valsorda
2019-04-17
all: change the old assembly style AX:CX to CX, AX
Neven Sajko
2018-05-15
chacha20poly1305: delete unused assembly functions
Michael Munday
2017-05-03
chacha20poly1305: add runtime internal independent cpu feature detection
Martin Möhrmann
2017-01-06
chacha20poly1305: fix detection of BMI on amd64
Lion Yang
2016-12-19
chacha20poly1305: fix typos
Mikio Hara
2016-12-19
chacha20poly1305: fix typos
Mikio Hara
2016-12-02
chacha20poly1305: make polyHashADInternal private
Shenghou Ma
2016-10-31
chacha20poly1305: fix build constraints
Alex Vaghin
2016-10-17
chacha20poly1305: scope assembly constants
Adam Langley
2016-10-17
chacha20poly1305: fix amd64 assembly - replace PINSRB and PEXTRQ
Andreas Auernhammer
2016-10-16
chacha20poly1305: clarify the correct attribution for the AMD64 assembly.
Adam Langley
2016-10-16
chacha20poly1305: clarify the correct attribution for the AMD64 assembly.
Adam Langley
2016-10-12
poly1305, chacha20poly1305: fix build for Go 1.6
Brad Fitzpatrick
2016-10-11
chacha20poly1305: new package.
Adam Langley