summaryrefslogtreecommitdiffstats
path: root/mpz.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-23Refactor bigint functions and add remaining helpersMalfurious1-0/+96
A second variant of the mpz-based iterator is added, and both functions are moved into a new 'mpz' module, removing 'iterations' and the common pszip.h header. These iterators have been updated to have all (de)allocation performed externally as to reduce overhead / boost performance. Related helper functions have also been added to this module. Signed-off-by: Malfurious <m@lfurio.us>