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.go
Age
Commit message (
Expand
)
Author
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2022-08-17
internal/subtle: rename to internal/alias
Russ Cox
2021-02-20
all: go fmt ./...
Russ Cox
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-11-11
chacha20: expose internal/chacha20 package
Filippo Valsorda
2018-08-20
chacha20poly1305: use x/sys/cpu feature variables directly
Martin Möhrmann
2018-06-13
internal/subtle: add Any/InexactOverlap (new package) and apply them across p...
Filippo Valsorda
2018-05-02
chacha20poly1305: correct AVX2 feature detection
Tom Thorogood
2018-04-30
crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection
Andreas Auernhammer
2018-04-26
chacha20poly1305: update to use new ChaCha20 API
Michael Munday
2017-05-16
chacha20poly1305: fix style nits in variable names
Han-Wen Nienhuys
2017-05-03
chacha20poly1305: add runtime internal independent cpu feature detection
Martin Möhrmann
2016-10-31
chacha20poly1305: fix build constraints
Alex Vaghin
2016-10-12
poly1305, chacha20poly1305: fix build for Go 1.6
Brad Fitzpatrick
2016-10-11
chacha20poly1305: new package.
Adam Langley