Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about output of elements in list #2

Open
mjaysonnn opened this issue Feb 15, 2019 · 1 comment
Open

Question about output of elements in list #2

mjaysonnn opened this issue Feb 15, 2019 · 1 comment

Comments

@mjaysonnn
Copy link

mjaysonnn commented Feb 15, 2019

Hello, I'm trying to use rabin.

when I run

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?

@Jwink3101
Copy link

The elements are the chunk sizes in order. A quick sum() command will show it adds up to the size of the file itself. It is not the hash!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants