mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
rename circuit files
This commit is contained in:
parent
fb4d3ca8e6
commit
9325e5a331
@ -4,7 +4,7 @@ include "./merkleTree.circom";
|
|||||||
// inserts a subtree into a merkle tree
|
// inserts a subtree into a merkle tree
|
||||||
// checks that tree previously contained zeroes is the same positions
|
// checks that tree previously contained zeroes is the same positions
|
||||||
// zeroSubtreeRoot is a root of a subtree that contains only zeroes
|
// 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;
|
var remainingLevels = levels - subtreeLevels;
|
||||||
|
|
||||||
signal input oldRoot;
|
signal input oldRoot;
|
@ -1,7 +1,6 @@
|
|||||||
include "../node_modules/circomlib/circuits/poseidon.circom";
|
include "../node_modules/circomlib/circuits/poseidon.circom";
|
||||||
include "./merkleProof.circom"
|
include "./merkleProof.circom"
|
||||||
include "./treeUpdater.circom"
|
include "./keypair.circom"
|
||||||
include "./utils.circom"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Utxo structure:
|
Utxo structure:
|
||||||
|
Loading…
Reference in New Issue
Block a user