ec (ecmeth_mmul): Fix point conversion.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 23 Jun 2008 14:07:58 +0000 (15:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 23 Jun 2008 14:07:58 +0000 (15:07 +0100)
commit50bff227f550cbc564d7e2ec479351175a4643b1
treeda90cf60419c6b886872c6ac184ea54cd6ccfd90
parentbe9b593ef64cf38d03b5e6bcf0060fccf4cfd94f
ec (ecmeth_mmul): Fix point conversion.

Really quite broken.

  * Firstly, the code tried to copy a point to an uninitialized
    destination point, which just isn't a good idea.

  * And secondly, after tediously doing the correct conversion, it just
    tried to copy the raw point over the top of the correct converted
    point.

Not good, really.
ec.c