hristogochev / merkle_hash

Finds the hashes of all files and directories in a directory tree
https://crates.io/crates/merkle_hash
MIT License
16 stars 2 forks source link

traverse_par does not function correctly #19

Closed hristogochev closed 1 year ago

hristogochev commented 1 year ago

Calling traverse_par on a MerkleTree instance traverses in parallel only the main node's set of children after which the traversal is sequential.

hristogochev commented 1 year ago

Fixed in 9685543.