Closed RUAN0007 closed 3 months ago
The current recursive circuit wrongly computes parent node hash as Hash(l3 || Hash(l2 || l1)). But the root hash is expected to be Hash( l3 || l2 || l1).
to address in #22
The current recursive circuit wrongly computes parent node hash as Hash(l3 || Hash(l2 || l1)). But the root hash is expected to be Hash( l3 || l2 || l1).