pub fn execute_and_prove_program<SC: StarkGenericConfig, E: StarkFriEngine<SC>, VC>(
program: Program<Val<SC>>,
input_stream: impl Into<Streams<Val<SC>>> + Clone,
config: VC,
engine: &E,
) -> Result<VerificationDataWithFriParams<SC>, VerificationError>
Expand description
Executes program and runs simple STARK prover test (keygen, prove, verify).