rename utils to TreeUpdateArgsHasher

This commit is contained in:
poma 2021-03-19 23:07:30 +03:00
parent e8954ec6ce
commit 0895afbc30
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
include "../node_modules/circomlib/circuits/poseidon.circom";
include "../node_modules/circomlib/circuits/bitify.circom";
include "./MerkleTreeUpdater.circom";
include "./Utils.circom";
include "./TreeUpdateArgsHasher.circom";
template TreeLayer(height) {
var nItems = 1 << height;