MCPcopy Create free account
hub / github.com/AztecProtocol/aztec-packages / verify

Method verify

barretenberg/cpp/src/barretenberg/vm2/avm_api.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool 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
73AvmAPI::AvmVerificationKey AvmAPI::get_verification_key()
74{

Callers 15

avm_proveFunction · 0.45
avm_verifyFunction · 0.45
create_avm_dataMethod · 0.45
verify_proofMethod · 0.45
verify_proofMethod · 0.45
create_avm_dataMethod · 0.45
executeMethod · 0.45
TEST_FFunction · 0.45
reduce_to_ipa_openingMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

create_avm_dataMethod · 0.36
create_avm_dataMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36