mirror of
https://github.com/logos-storage/rln-fast.git
synced 2026-06-10 05:29:28 +00:00
7 lines
182 B
Bash
7 lines
182 B
Bash
#!/bin/bash
|
|
|
|
MERKLE_DEPTH=20 # depth of the Merkle tree
|
|
LIMIT_BITS=16 # log2 of the maximal possible rate limit per epoch
|
|
|
|
# SEED=1234567 # seed for creating fake data
|