Generate Proofs
To generate example proofs you can use the following commands:
Note: You have to be in the root of the project
Generate SP1 Proof
make generate_sp1_fibonacci_proof
Generate Risc0 Proof
Generate Gnark Groth16 BN254 Proof
make generate_gnark_groth16_bn254_proof
Generate Gnark Plonk BN254 Proof
make generate_gnark_plonk_bn254_proof
Generate Gnark Plonk BLS12-381 Proof
make generate_gnark_plonk_bls12_381_proof
make generate_circom_groth16_bn256_proof
You can find more details about Circom in ./circom_groth16_bn256_script/README.md.