aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/p256.go
AgeCommit message (Expand)Author
2022-04-27crypto/elliptic: refactor package structureFilippo Valsorda
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31crypto/elliptic: tolerate zero-padded scalars in generic P-256Filippo Valsorda
2022-02-03crypto/ecdsa,crypto/elliptic: update docs and spec referencesFilippo Valsorda
2021-11-05crypto/elliptic: port P-224 and P-384 to fiat-cryptoFilippo Valsorda
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-03-30crypto/elliptic: fix some typoschenjie
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2018-07-19crypto/elliptic: implement P256 for arm64Vlad Krasnov
2018-06-28Revert "crypto/elliptic: implement P256 for arm64"Andrew Bonventre
2018-06-27crypto/elliptic: implement P256 for arm64Vlad Krasnov
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2016-11-08crypto/elliptic: add s390x assembly implementation of NIST P-256 CurveVolodymyr Paprotski
2016-03-29all: use &^ operator if possibleMarvin Stenger
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-10crypto/elliptic,crypto/ecdsa: P256 amd64 assemblyVlad Krasnov
2015-01-12crypto/elliptic: add Name field to CurveParams structDavid Leon Gil
2014-09-08build: move package sources from src/pkg to srcRuss Cox