Harryman / hashd

0 stars 1 forks source link

Implement Merkle Tree Validation #3

Open Harryman opened 5 years ago

Harryman commented 5 years ago

At this point we are only trying to get the core protocol messages down which means we will only need to validate merkle root, has A, C, D.

das-sein commented 5 years ago

Exhaustive breadth-first search with a validation step should solve this problem nicely in O(V).