Question: Beyond binary Merkle trees: Alice can use a binary Merkle tree to commit to a set of elements S = { T 1 , .
Beyond binary Merkle trees: Alice can use a binary Merkle tree to commit to a set of elements S T Tn so that later she can prove to Bob that some Ti is in S using a proof containing at most log n hash values. In this question your goal is to explain how to do the same using a kary tree, that is where every nonleaf node has up to k children. The hash value for every nonleaf node is computed as the hash of the concatenation of the values of its children. a Suppose S T T Explain how Alice computes a commitment to S using a ternary Merkle tree ie k How can Alice later prove to Bob that T is in S b Suppose S contains n elements. What is the length of the proof that proves that some Ti is in S as a function of n and k c For large n what is the proof size overhead of a kary tree compared to a binary tree? Can you think of any advantage to using a k Hint: consider computation cost
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
