Descriptioncrypto/elliptic: p224Contract could produce a non-minimal representation.
I missed an overflow in contract because I suspected that the prime
elimination would take care of it. It didn't, and I forgot to get back
to the overflow. Because of this, p224Contract may have produced a
non-minimal representation, causing flakey failures ~0.02% of the
time.
Patch Set 1 #Patch Set 2 : diff -r c66dbb0415cc https://go.googlecode.com/hg/ #Patch Set 3 : diff -r c66dbb0415cc https://go.googlecode.com/hg/ #Patch Set 4 : diff -r e92908c9c87d https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|