1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg/crypto/ecdsa
Adam Langley 728f191319 crypto/elliptic: explicitly handle P+P, ∞+P and P+∞
These aren't needed for scalar multiplication, but since we export a
generic Add function we should handle it.

This change also corrects two bugs in p224Contract that it turned up.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6458076
2012-08-03 15:42:14 -04:00
..
testdata crypto/ecdsa: add full set of NIST test vectors. 2012-05-22 10:33:14 -04:00
ecdsa_test.go crypto/ecdsa: add full set of NIST test vectors. 2012-05-22 10:33:14 -04:00
ecdsa.go crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ 2012-08-03 15:42:14 -04:00