This commit redefines the hash h of a node in the Merkle tree as:
h(unary_node) = unary_node
h(binary_node) = H(left_child + right_child)
Previous code in
|
||
|---|---|---|
| .. | ||
| app | ||
| benchmarks | ||
| common | ||
| intense | ||
| performance | ||
| tests | ||
| CMakeLists.txt | ||
This commit redefines the hash h of a node in the Merkle tree as:
h(unary_node) = unary_node
h(binary_node) = H(left_child + right_child)
Previous code in
|
||
|---|---|---|
| .. | ||
| app | ||
| benchmarks | ||
| common | ||
| intense | ||
| performance | ||
| tests | ||
| CMakeLists.txt | ||