| 64 | } |
| 65 | |
| 66 | bool AvmAPI::verify(const AvmProof& proof, const PublicInputs& pi) |
| 67 | { |
| 68 | vinfo("Verifying..."); |
| 69 | AvmProvingHelper proving_helper; |
| 70 | return AVM_TRACK_TIME_V("verifing/all", proving_helper.verify(proof, pi)); |
| 71 | } |
| 72 | |
| 73 | AvmAPI::AvmVerificationKey AvmAPI::get_verification_key() |
| 74 | { |
no outgoing calls