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
/
chacha20
Age
Commit message (
Expand
)
Author
2025-10-08
all: fix some typos in comment
cuishuang
2025-04-16
Revert "chacha20: add loong64 SIMD implementation"
Michael Pratt
2025-04-13
chacha20: add loong64 SIMD implementation
Xiaolin Zhao
2024-10-11
chacha20: extend ppc64le support to ppc64
Paul E. Murphy
2024-03-26
x/crypto/chacha20: cleanup chacha_ppc64le.s
Jayanth Krishnamurthy
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2023-09-28
chacha20: drop Go 1.10 compatibility for arm64
Sebastiaan van Stijn
2022-08-17
internal/subtle: rename to internal/alias
Russ Cox
2022-04-11
all: gofmt
Russ Cox
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-02-20
all: go fmt ./...
Russ Cox
2020-12-03
all: build tags: appengine,!gccgo => purego,gc
Tamir Duberstein
2020-11-24
x/crypto/chacha20: fix typo in benchmark
Roland Shoemaker
2020-04-23
chacha20: don't panic encrypting the final blocks
Filippo Valsorda
2020-04-20
chacha20: improve generic implementation performance
Andy Wang
2020-04-20
Revert "chacha20: don't panic encrypting the final blocks"
Filippo Valsorda
2020-04-20
chacha20: don't panic encrypting the final blocks
Filippo Valsorda
2020-02-21
chacha20,poly1305,chacha20poly1305: set consistent build tags
Filippo Valsorda
2020-02-21
chacha20: add SetCounter method
lukechampine
2019-11-11
chacha20: implement XChaCha20
Filippo Valsorda
2019-11-11
chacha20: expose internal/chacha20 package
Filippo Valsorda