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 each chunk size or output of hash on each chunk?
Hello, I'm trying to use rabin.
when I run
it shows the list.
May I know what the elements in list mean?
does that represent each chunk size or output of hash on each chunk?