aboutsummaryrefslogtreecommitdiff
path: root/chacha20poly1305/chacha20poly1305_noasm.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
2020-02-21chacha20,poly1305,chacha20poly1305: set consistent build tagsFilippo Valsorda
2016-10-31chacha20poly1305: fix build constraintsAlex Vaghin
2016-10-12poly1305, chacha20poly1305: fix build for Go 1.6Brad Fitzpatrick
2016-10-11chacha20poly1305: new package.Adam Langley