chiark / gitweb /
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>
Sat, 11 Apr 2020 11:55:26 +0000 (12:55 +0100)
commit01d4fd84ac24d20f8ebd8f16374f97373c1fc104
tree8a734f2d1741eeb952a6856fa13b3f9c50a86a35
parentd1197b6cb89143f4dcf5bd8ff462fdf437165442
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