rename circuit files

This commit is contained in:
poma 2021-10-17 14:05:01 +03:00
parent fb4d3ca8e6
commit 9325e5a331
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@ include "./merkleTree.circom";
// inserts a subtree into a merkle tree
// checks that tree previously contained zeroes is the same positions
// zeroSubtreeRoot is a root of a subtree that contains only zeroes
template TreeUpdater(levels, subtreeLevels, zeroSubtreeRoot) {
template MerkleTreeUpdater(levels, subtreeLevels, zeroSubtreeRoot) {
var remainingLevels = levels - subtreeLevels;
signal input oldRoot;

View File

@ -1,7 +1,6 @@
include "../node_modules/circomlib/circuits/poseidon.circom";
include "./merkleProof.circom"
include "./treeUpdater.circom"
include "./utils.circom"
include "./keypair.circom"
/*
Utxo structure: