chiark / gitweb /
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)
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.


No differences found