summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-28Add new C bit iteratorMalfurious2-0/+45
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>
2021-08-28Commit Rust POCMalfurious9-67/+318
This replaces the Python script. Since all MIT-licensed code is removed, the LICENSE file is as well. 'cargo run' to run the program. Signed-off-by: Malfurious <m@lfurio.us>
2021-08-27Forward-port Python POC to Python 3Malfurious1-7/+9
Signed-off-by: Malfurious <m@lfurio.us>
2018-02-15Update README.mdPaul Sorensen1-2/+8
2018-02-14Create GarbageProofOfConcept.pyPaul Sorensen1-0/+44
2018-02-14Update README.mdPaul Sorensen1-1/+23
2018-02-14Initial commitPaul Sorensen2-0/+22