mirror of
https://github.com/logos-storage/rln-fast.git
synced 2026-06-19 18:09:50 +00:00
7 lines
180 B
Bash
7 lines
180 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
|