-
Notifications
You must be signed in to change notification settings - Fork 27
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
[246] 4MiB hash list for uploads #252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason I thought we were doing a hash of hashes but I see we are doing a concatenation of hashes. Not necessarily a problem, I was surprised
It is a hash of hashes. The source of the final hash (root hash) is a list of hashes (concatenated, without a separator) of chunks of 4MiB. |
I missed that somehow. I see it now. |
Closes: #246
This PR includes the following:
md5_4mib_hashlist_root_hash
/scripts/rootHash.sh