mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-02 13:33:07 +00:00
17 lines
377 B
Bash
17 lines
377 B
Bash
#!/bin/bash
|
|
|
|
ORIG=`pwd`
|
|
|
|
NIMCLI_DIR="${ORIG}/../reference/nim/proof_input/"
|
|
PTAU_DIR="${ORIG}/../ceremony"
|
|
|
|
CIRCUIT_ROOT="${ORIG}/../circuit/"
|
|
CIRCUIT_PRF_DIR="${CIRCUIT_ROOT}/codex/"
|
|
CIRCUIT_POS_DIR="${CIRCUIT_ROOT}/poseidon2/"
|
|
CIRCUIT_LIB_DIR="${CIRCUIT_ROOT}/lib/"
|
|
|
|
PTAU_FILE="powersOfTau28_hez_final_21.ptau"
|
|
PTAU_PATH="${PTAU_DIR}/${PTAU_FILE}"
|
|
|
|
CIRCUIT_MAIN="proof_main"
|