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