mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-09 01:35:12 -04:00
mycomm
This commit is contained in:
parent
3603b1c9e1
commit
5cb9d60178
3 changed files with 4 additions and 4 deletions
|
@ -19,9 +19,9 @@ interface IHasher {
|
|||
contract MerkleTreeWithHistory {
|
||||
uint256 public constant FIELD_SIZE = 21888242871839275222246405745257275088548364400416034343698204186575808495617;
|
||||
uint256 public constant ZERO_VALUE = 21663839004416932945382355908790599225266501822907911457504978515578255421292; // = keccak256("tornado") % FIELD_SIZE
|
||||
|
||||
IHasher public immutable hasher;
|
||||
uint32 public immutable levels;
|
||||
|
||||
uint32 public levels;
|
||||
|
||||
// the following variables are made public for easier testing and debugging and
|
||||
// are not supposed to be accessed in regular code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue