aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/elliptic/elliptic_test.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
2018-02-20all: fix misspellingsShawn Smith
2017-11-30crypto/elliptic: reduce allocations on amd64Ilya Tocar
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-10-15crypto/elliptic: don't unmarshal invalid encoded pointsAndreas Auernhammer
2017-09-11crypto/elliptic: fix incomplete addition used in CombinedMult.Adam Langley
2017-04-19crypto/elliptic: fix carry bug in x86-64 P-256 implementation.Adam Langley
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2015-11-10crypto/elliptic,crypto/ecdsa: P256 amd64 assemblyVlad Krasnov
2015-04-26crypto/elliptic: don't unmarshal points that are off the curveDavid Leon Gil
2014-09-08build: move package sources from src/pkg to srcRuss Cox