aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/ecdsa/ecdsa_test.go
AgeCommit message (Expand)Author
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-05-06crypto/ecdsa,crypto/elliptic: improve tests and benchmarksFilippo Valsorda
2020-02-21crypto/ecdsa: add SignASN1, VerifyASN1Katie Hockman
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-30crypto/elliptic: reduce allocations on amd64Ilya Tocar
2017-09-11crypto/elliptic: fix incomplete addition used in CombinedMult.Adam Langley
2016-08-29math/big: add assembly implementation of arith for ppc64{le}Ethan Miller
2016-05-18crypto/ecdsa: reject negative inputs.Adam Langley
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-11-10crypto/elliptic,crypto/ecdsa: P256 amd64 assemblyVlad Krasnov
2015-08-21all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike
2015-01-28crypto/ecdsa: make Sign safe with broken entropy sourcesDavid Leon Gil
2015-01-26Revert "crypto/ecdsa: make Sign safe with broken entropy sources"Adam Langley
2015-01-26crypto/ecdsa: make Sign safe with broken entropy sourcesDavid Leon Gil
2014-09-08build: move package sources from src/pkg to srcRuss Cox