aboutsummaryrefslogtreecommitdiff
path: root/sha3/sha3_s390x.go
AgeCommit message (Expand)Author
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-09-10sha3: have ShakeHash extend hash.HashMatthew Dempsky
2022-04-11all: gofmtRuss Cox
2021-02-20all: go fmt ./...Russ Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2020-01-08sha3: fix SHA-3 on s390x when using KIMD instructionMichael Munday
2019-09-07sha3: add a space before +build in build tag commentsTobias Klauser
2019-02-28sha3: use x/sys/cpu for s390x feature detectionMichael Munday
2018-04-26sha3: add optimized implementation for s390xMichael Munday