Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
test_bench_shared.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 

Functions

bool bb::verify_ivc (ClientIVC::Proof &proof, ClientIVC &ivc)
 Verify an IVC proof.
 
std::pair< ClientIVC::Proof, ClientIVC::VerificationKeybb::accumulate_and_prove_ivc_with_precomputed_vks (size_t num_app_circuits, auto &precomputed_vks, const bool large_first_app=true)
 Perform a specified number of circuit accumulation rounds.
 
std::vector< std::shared_ptr< typename MegaFlavor::VerificationKey > > bb::precompute_vks (const size_t num_app_circuits, const bool large_first_app=true)