chiark / gitweb /
*.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>
Sat, 11 Apr 2020 11:44:14 +0000 (12:44 +0100)
commita157093f4bbc3066fea2f77078b99489c76e62f8
tree843e8a15a760edd6fcc5eebdf9fd0d11814cb59a
parentf281293ca70de172b275ecb3224ea36839f2f830
*.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