verify{:md}
the hash 6{:md}
, the merkle proof would need to contain the hash 5{:md}
, hash 12{:md}
and hash 13{:md}
:
hash 5{:md}
would be combined with the hash 6{:md}
to re-compute the hash 11{:md}
.hash 11{:md}
in step 1 would be combined with hash 12{:md}
to re-compute hash 14{:md}
.hash 13{:md}
would be combined with the newly computed hash 14{:md}
in step 2 to re-compute the merkle root.verify{:md}
function.