run_jubjub.sh 211 B

12345
  1. #!/bin/bash -x
  2. python scripts/preprocess.py proofs/jubjub.psm > /tmp/jubjub.psm || exit $?
  3. python scripts/compile.py --supervisor /tmp/jubjub.psm --output jubjub.zcd || exit $?
  4. cargo run --release --bin jubjub