chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
50bff22
)
ec (ecmeth_mmul): Fix point conversion.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 23 Jun 2008 14:07:58 +0000
(15:07 +0100)
committer
Mark 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