catacomb.c, ec.c, group.c, mp.c: Count base/exponent pairs with `size_t'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 18 Oct 2019 20:24:23 +0000 (21:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:51:33 +0000 (17:51 +0000)
commitaf974107bce71db98fb962f1ed855f7b4153d3ef
tree49a2b379d4581604ec988739e8592e909fc6cf7c
parent85b62bfa0154f30a9359831663f45e8f6bbe3fe6
catacomb.c, ec.c, group.c, mp.c: Count base/exponent pairs with `size_t'.

Admittedly, if you get even slightly close to the limits of an `int',
the calculation will take an infinite amount of time.
catacomb-python.h
catacomb.c
ec.c
group.c
mp.c