mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
6 lines
327 B
Plaintext
6 lines
327 B
Plaintext
|
include "./transaction.circom"
|
||
|
|
||
|
// zeroLeaf = Poseidon(zero, zero)
|
||
|
// default `zero` value is keccak256("tornado") % FIELD_SIZE = 21663839004416932945382355908790599225266501822907911457504978515578255421292
|
||
|
component main = Transaction(5, 16, 2, 11850551329423159860688778991827824730037759162201783566284850822760196767874);
|