All the functions involved are: * [zkvm_evm_prove_only](https://github.com/0xEigenLabs/eigen-prover/blob/main/prover/src/provers/batch_prover.rs#L61C9-L61C28) * [circom_compile](https://github.com/0xEigenLabs/eigen-prover/blob/main/prover/src/provers/batch_prover.rs#L112) * [setup](https://github.com/0xEigenLabs/eigen-prover/blob/main/prover/src/provers/batch_prover.rs#L123) * [exec](https://github.com/0xEigenLabs/eigen-prover/blob/main/prover/src/provers/batch_prover.rs#L136) * [stark_prove](https://github.com/0xEigenLabs/eigen-prover/blob/main/prover/src/provers/batch_prover.rs#L145) * [join_zkin](https://github.com/0xEigenLabs/eigen-prover/blob/main/prover/src/provers/agg_prover.rs#L92)
All the functions involved are: