run_jubjub.sh 233 B

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