Skip to content

Commit

Permalink
Update merkleTreeLeavesAlreadyHashed.circom
Browse files Browse the repository at this point in the history
  • Loading branch information
GianfrancoBazzani authored Aug 25, 2022
1 parent a2ee44f commit 26d834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merkleTrees/merkleTreeLeavesAlreadyHashed.circom
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include "../node_modules/circomlib/circuits/poseidon.circom";
include "../node_modules/circomlib/circuits/mux1.circom";

template CheckRoot(n) { // compute the root of a MerkleTree of n Levels
// Example with n = 3;
// Example with n = 2;
//
// H(H(H(l_1),H(l_2)),H(H(l_4),H(l_5))) ---> Merkle root
// / \
Expand Down

0 comments on commit 26d834e

Please sign in to comment.