Design a Merkle Tree for the data blocks D1, D2, D3, D4, D5,…
Design a Merkle Tree for the data blocks D1, D2, D3, D4, D5, D6, D7, D8. What is the Merkle Root if the hash function H produces the following hash values for each data block: H(D1) =A1, H(D2) = A2, H(D3) = A3, H(D4) = A4, H(D5) = A5, H(D6) = A6, H(D7) = A7, H(D8) = A8?
Read Details