mirror of
https://github.com/logos-storage/rln-fast.git
synced 2026-06-10 21:49:27 +00:00
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
|
|
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); |