rest.li icon indicating copy to clipboard operation
rest.li copied to clipboard

xxhash vs parallel hashing

Open MaryamSD opened this issue 7 years ago • 0 comments

I want to select a hash technique to calculate hash of a large file. There are two option:

  1. xxhash
  2. 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?

MaryamSD avatar Mar 05 '17 05:03 MaryamSD