Files
circom-rln/test/configs.ts
2023-04-01 21:29:42 -06:00

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);