catacomb/__init__.py: Rewrite `kcdsaprime' to return the correct length.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 13:12:43 +0000 (13:12 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:49:31 +0000 (12:49 +0100)
commita5fdb9121c31938559a9df7174d97965dbcbff0a
tree8b95c4a6695e05ee9824b3d018897e9536c2778b
parent2b08f130f77549bba01e22a8f0a3b2a1905b8081
catacomb/__init__.py: Rewrite `kcdsaprime' to return the correct length.

The old version wouldn't return numbers of the correct length reliably.
This new one, written to follow Catacomb's own algorithm, will.
catacomb/__init__.py
t/t-pgen.py