aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/gen_p256_table.go
AgeCommit message (Expand)Author
2022-02-08crypto/elliptic: use go:embed for the precomputed p256 tableDaniel Martí
2021-10-28all: manual fixups for //go:build vs // +buildRuss Cox
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