mirror of
https://github.com/tornadocash/tornado-anonymity-mining.git
synced 2024-10-31 23:55:20 +01:00
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
include "./MerkleTreeUpdater.circom";
|
|
|
|
// zeroLeaf = keccak256("tornado") % FIELD_SIZE
|
|
component main = MerkleTreeUpdater(20, 21663839004416932945382355908790599225266501822907911457504978515578255421292);
|