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:
31e55c6
)
ec.c (ecpt_pyhash): Fix hashing.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 15 Oct 2019 11:02:59 +0000
(12:02 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 17 Nov 2019 02:50:40 +0000
(
02:50
+0000)
Previously, hashing a curveless point would just crash, which is
surprisingly bad form. Replace this mess with a simpler thing which
just converts the point to external form and hashes the coordinates.
No differences found