rln-fast/circuit/example_main.circom

9 lines
183 B
Plaintext
Raw Normal View History

2026-01-14 21:50:23 +01:00
pragma circom 2.1.1;
include "rln_proof.circom";
// argument conventions:
// RLN(limit_bits, merkle_depth)
component main {public [msg_hash, ext_null, merkle_root]} = RLN(16,20);