summaryrefslogtreecommitdiffstats
path: root/main.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30Commit main C fileMalfurious1-0/+64
The current 'best' parameters by my testing are SHA1 for the hash and bithack01 as the iterator. Expect more options to arrive over time... The string to compress/decompress is taken as the first (and only) command-line argument. Signed-off-by: Malfurious <m@lfurio.us>