rest.li
rest.li copied to clipboard
xxhash vs parallel hashing
I want to select a hash technique to calculate hash of a large file. There are two option:
- xxhash
- parallel hashing like Merkle-Tree
- What are advantages of xxhash against merkle-tree in this case?
- Is it trustable security of xxhash?
- Is it equal result of xxhash with a simple hash technique's result? (for example SHA-1 function in VS namespaces)
- Is it equal to merkle-tree result?