python-rabin-fingerprint
python-rabin-fingerprint copied to clipboard
Python C extension to split a file by variable block sizes using a Rabin fingerprint.
Hello, I'm trying to use rabin. when I run ```python a = rabin("file") ``` it shows the list. May I know what the elements in list mean? does that represent...
From playing around, it seems as though if the `avgsize` is not 2**n-1, it will fail to do anything but chunk at the max size. Can someone clarify why this...
Like this chunksizes_from_filename(filename,avgsize, minsize,maxsize, prime, windowsize) I had to read the source code to figure out.