Skip to content

Commit

Permalink
feat: new release for MiMC hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
MirandaWood committed Mar 4, 2020
1 parent 7122e07 commit 17ed71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/contracts/MerkleTreeMiMC.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ contract MerkleTreeMiMC is MiMC {
event NewLeaf(uint leafIndex, bytes32 leafValue, bytes32 root);
event NewLeaves(uint minLeafIndex, bytes32[] leafValues, bytes32 root);

event Output(bytes32[2] input, bytes32[1] output, uint nodeIndex, uint256 leafCount); // for debugging only
//event Output(bytes32[2] input, bytes32[1] output, uint nodeIndex, uint256 leafCount); // for debugging only

uint public treeHeight = 32; //change back to 32 after testing
uint public treeWidth = 2 ** treeHeight; // 2 ** treeHeight
Expand Down

0 comments on commit 17ed71f

Please sign in to comment.