13 lines
250 B
Bash
Raw Normal View History

#!/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"