chiark / gitweb /
ec.c (ecpt_pyhash): Fix hashing.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Oct 2019 11:02:59 +0000 (12:02 +0100)
committerMark 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