From: Mark Wooding Date: Tue, 15 Oct 2019 11:02:59 +0000 (+0100) Subject: ec.c (ecpt_pyhash): Fix hashing. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/31e55c65069899d8f88bc1cac435dc93e40d6d42?hp=31e55c65069899d8f88bc1cac435dc93e40d6d42 ec.c (ecpt_pyhash): Fix hashing. 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. ---