aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/p256_s390x.go
AgeCommit message (Expand)Author
2022-04-27crypto/elliptic: refactor package structureFilippo Valsorda
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-02-28internal/cpu: change s390x API to match x/sys/cpuMichael Munday
2018-12-05crypto/elliptic: utilize faster z14 multiply/square instructions (when availa...bill_ofarrell
2017-11-13crypto/elliptic: reduce allocations in s390x P256 codeMichael Munday
2017-10-05crypto/elliptic: fix incomplete addition used in CombinedMult on s390xMichael Munday
2017-09-11crypto/elliptic: temporarily disable s390x assemblyMichael Munday
2016-11-08crypto/elliptic: add s390x assembly implementation of NIST P-256 CurveVolodymyr Paprotski