proof-aggregation/workflow/prove_and_verify.sh
2024-11-14 10:31:32 +01:00

11 lines
167 B
Bash

#!/bin/bash
# Source the parameters from params.sh
source ./circ_params.sh
# Build
cargo build --release
# Run the Rust executable
cargo run --bin prove_and_verify