*.c: Use Python's facilities for defining class and static methods.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 19 Nov 2019 00:19:38 +0000 (00:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commitb16009b07a50a62a03e7a7c781e9d777ba4450ad
tree64ec7e8b95a9e336da484e9e5a9145ecd266af87
parent27cbcf9d360a7b25e54c4e268db5889246015440
*.c: Use Python's facilities for defining class and static methods.

These weren't available when this library was first written, but the
workaround is rather ugly and no longer necessary.
12 files changed:
algorithms.c
bytestring.c
catacomb/__init__.py
ec.c
field.c
group.c
key.c
mp.c
pgen.c
pubkey.c
pyke/pyke.h
rand.c