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
/
salsa20
Age
Commit message (
Expand
)
Author
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2022-10-24
all: use math/bits.RotateLeft
Alexander Yastrebov
2022-08-17
internal/subtle: rename to internal/alias
Russ Cox
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-02-20
all: go fmt ./...
Russ Cox
2021-02-18
salsa20/salsa: fix amd64 assembly not to smash SP
Russ Cox
2020-12-03
all: build tags: appengine,!gccgo => purego,gc
Tamir Duberstein
2019-03-20
salsa20/salsa: fix keystream loop in amd64 assembly when overflowing 32-bit c...
Filippo Valsorda
2018-06-13
internal/subtle: add Any/InexactOverlap (new package) and apply them across p...
Filippo Valsorda
2018-05-09
salsa20: panic when len(out) < len(in) following cipher.Stream
Filippo Valsorda
2017-09-11
all: make overlap rules wording consistent
Filippo Valsorda
2017-08-02
salsa20/salsa: fix out of bounds write
Wei Congrui
2017-06-29
all: use HTTPS for links that support it
Kevin Burke
2016-10-21
salsa20/salsa: eliminate unnecessary "callee save" prologue/epilogue
Austin Clements
2016-10-21
salsa20/salsa: hide SP alignment from spadj
Austin Clements
2014-12-09
crypto: add import comments.
David Symonds
2014-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2013-07-16
go.crypto/salsa: fix typo in comment and move TODO out of package comment.
Adam Langley
2013-02-19
go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotation
Shenghou Ma
2012-11-07
go.crypto: add and adjust +build lines for 386 and gccgo
Ian Lance Taylor
2012-10-09
go.crypto: various: fix appengine compatibility
Dave Cheney
2012-09-21
go.crypto: match asm variable names to Go func declarations
Russ Cox
2012-09-18
go.crypto/salsa20: add salsa.Core208.
Dmitry Chestnykh
2012-09-08
go.crypto/salsa20: add package.
Adam Langley