mirror of
https://github.com/logos-storage/rln-fast.git
synced 2026-07-02 00:09:28 +00:00
15 lines
291 B
Bash
15 lines
291 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
ORIG=`pwd`
|
||
|
|
|
||
|
|
NIMCLI_DIR="${ORIG}/../test_data/proof_input/"
|
||
|
|
PTAU_DIR="${ORIG}/../ceremony"
|
||
|
|
|
||
|
|
CIRCUIT_ROOT="${ORIG}/../circuit/"
|
||
|
|
CIRCUIT_POS_DIR="${CIRCUIT_ROOT}/poseidon2/"
|
||
|
|
|
||
|
|
PTAU_FILE="powersOfTau28_hez_final_13.ptau"
|
||
|
|
PTAU_PATH="${PTAU_DIR}/${PTAU_FILE}"
|
||
|
|
|
||
|
|
CIRCUIT_MAIN="rln_main"
|