aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/elliptic.go
AgeCommit message (Expand)Author
2022-02-07[release-branch.go1.16] crypto/elliptic: make IsOnCurve return false for inva...Filippo Valsorda
2020-06-24crypto/elliptic: document and test that IsOnCurve(∞) == falseFilippo Valsorda
2020-05-07crypto/elliptic: implement MarshalCompressed and UnmarshalCompressedEvgeniy Kulikov
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda
2020-02-11crypto/elliptic: document the Name and names of each curveFilippo Valsorda
2019-01-23crypto/elliptic: reduce subtraction term to prevent long busy loopFilippo Valsorda
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-10-15crypto/elliptic: don't unmarshal invalid encoded pointsAndreas Auernhammer
2016-12-07crypto/*: document use or non-use of constant-time algorithmsRuss Cox
2015-12-08crypto/elliptic: resample private keys if out of range.Adam Langley
2015-07-22crypto/elliptic: call IsOnCurve via the interface.Adam Langley
2015-04-26crypto/elliptic: don't unmarshal points that are off the curveDavid Leon Gil
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-01-12crypto/elliptic: add Name field to CurveParams structDavid Leon Gil
2014-09-08build: move package sources from src/pkg to srcRuss Cox