mirror of
https://github.com/Rate-Limiting-Nullifier/circom-rln.git
synced 2026-01-09 15:37:55 -05:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import * as path from "path";
|
|
|
|
// MERKLE TREE
|
|
export const MERKLE_TREE_DEPTH = 20;
|
|
export const MERKLE_TREE_ZERO_VALUE = BigInt(0);
|