rename utils to TreeUpdateArgsHasher
This commit is contained in:
parent
e8954ec6ce
commit
0895afbc30
@ -1,7 +1,7 @@
|
|||||||
include "../node_modules/circomlib/circuits/poseidon.circom";
|
include "../node_modules/circomlib/circuits/poseidon.circom";
|
||||||
include "../node_modules/circomlib/circuits/bitify.circom";
|
include "../node_modules/circomlib/circuits/bitify.circom";
|
||||||
include "./MerkleTreeUpdater.circom";
|
include "./MerkleTreeUpdater.circom";
|
||||||
include "./Utils.circom";
|
include "./TreeUpdateArgsHasher.circom";
|
||||||
|
|
||||||
template TreeLayer(height) {
|
template TreeLayer(height) {
|
||||||
var nItems = 1 << height;
|
var nItems = 1 << height;
|
||||||
|
Loading…
Reference in New Issue
Block a user