aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/p256_asm.go
AgeCommit message (Expand)Author
2022-04-27crypto/elliptic: refactor package structureFilippo Valsorda
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-02-08crypto/elliptic: use go:embed for the precomputed p256 tableDaniel Martí
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26crypto/elliptic: use a const string for precomputed P256 tableJosh Bleecher Snyder
2021-05-10crypto/elliptic: upgrade from generic curve impl to specific if availableRoland Shoemaker
2021-04-29crypto/elliptic: store P-256 precomputed basepoint table in sourceRoland Shoemaker
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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