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
Age
Commit message (
Expand
)
Author
2025-12-10
chacha20poly1305: error out in fips140=only mode
Filippo Valsorda
2025-10-27
all: fix some comments
cuishuang
2025-10-22
chacha20poly1305: panic on dst and additionalData overlap
Sean Liao
2025-02-14
all: bump golang.org/x/crypto dependencies of asm generators
Roland Shoemaker
2024-09-04
chacha20poly1305: Avo port of chacha20poly1305_amd64.s
Garrett Bodley
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
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
2022-08-17
internal/subtle: rename to internal/alias
Russ Cox
2021-09-15
poly1305: deprecate public package
Filippo Valsorda
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-04-22
poly1305: add (*MAC).Verify API and use it in chacha20poly1305
Filippo Valsorda
2020-04-14
chacha20poly1305: improve ExampleNewX
Filippo Valsorda
2020-02-21
chacha20,poly1305,chacha20poly1305: set consistent build tags
Filippo Valsorda
2019-11-11
chacha20: expose internal/chacha20 package
Filippo Valsorda
2019-04-17
all: change the old assembly style AX:CX to CX, AX
Neven Sajko
2018-08-20
chacha20poly1305: use x/sys/cpu feature variables directly
Martin Möhrmann
2018-08-08
chacha20poly1305: add some more XChaCha20-Poly1305 test vectors.
Adam Langley
2018-08-06
chacha20poly1305: add example for NewX
Filippo Valsorda
2018-08-06
chacha20poly1305: add XChaCha20-Poly1305
Filippo Valsorda
2018-06-13
internal/subtle: add Any/InexactOverlap (new package) and apply them across p...
Filippo Valsorda
2018-05-15
chacha20poly1305: delete unused assembly functions
Michael Munday
2018-05-13
chacha20poly1305: add test for empty plaintext and additional data
Michael Munday
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
2018-01-10
internal/chacha20: move up from chacha20poly1305/internal/chacha20
Han-Wen Nienhuys
2017-09-11
all: make overlap rules wording consistent
Filippo Valsorda
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
2017-04-07
x/crypto/*: add import comment
Andreas Auernhammer
2017-01-26
crypto/chacha20poly1305: rename test vectors file
Michael Munday
2017-01-26
crypto/chacha20poly1305/internal/chacha20: add missing copyright header
Michael Munday
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