summaryrefslogtreecommitdiffstats
path: root/pszip.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-28Add new C bit iteratorMalfurious1-0/+5
This is an implementation of the linked hack for libgmp. An arithmetic-based solution seems ideal for performance. However, due to the potential size of our output (entire files), a big-integer library is needed for the base type. Signed-off-by: Malfurious <m@lfurio.us>