aboutsummaryrefslogtreecommitdiff
path: root/salsa20/salsa/salsa20_amd64.go
AgeCommit message (Expand)Author
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2021-02-20all: go fmt ./...Russ Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2019-03-20salsa20/salsa: fix keystream loop in amd64 assembly when overflowing 32-bit c...Filippo Valsorda
2017-09-11all: make overlap rules wording consistentFilippo Valsorda
2017-08-02salsa20/salsa: fix out of bounds writeWei Congrui
2013-02-19go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotationShenghou Ma
2012-11-07go.crypto: add and adjust +build lines for 386 and gccgoIan Lance Taylor
2012-10-09go.crypto: various: fix appengine compatibilityDave Cheney
2012-09-08go.crypto/salsa20: add package.Adam Langley