Get Putative Root With Hash unique
InductiveMerkleTree.getPutativeRootWithHash_unique
Plain-language statement
Merkle opening uniqueness. When h is injective, two openings at the same leaf index that produce the same root must agree on both the leaf value and the entire authentication path. Proof: induction on the index. At each internal node, injectivity of h forces both hash arguments to agree , the sibling (proof head) and the recursive subtree root. Th...
Source project: VCVio
Person-level attribution pending.