Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::API::Flags Struct Reference

#include <api.hpp>

Public Attributes

bool verbose { false }
 
bool debug { false }
 
bool disable_zk { false }
 
std::filesystem::path crs_path { "" }
 
bool recursive { false }
 
bool ipa_accumulation { false }
 
std::string scheme
 
std::string oracle_hash_type
 
std::string output_format
 
std::string verifier_type
 
bool write_vk { false }
 
bool include_gates_per_opcode { false }
 
bool slow_low_memory { false }
 
bool update_inputs { false }
 

Friends

std::ostream & operator<< (std::ostream &os, const Flags &flags)
 

Detailed Description

Definition at line 10 of file api.hpp.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const Flags flags 
)
friend

Definition at line 28 of file api.hpp.

Member Data Documentation

◆ crs_path

std::filesystem::path bb::API::Flags::crs_path { "" }

Definition at line 15 of file api.hpp.

◆ debug

bool bb::API::Flags::debug { false }

Definition at line 12 of file api.hpp.

◆ disable_zk

bool bb::API::Flags::disable_zk { false }

Definition at line 13 of file api.hpp.

◆ include_gates_per_opcode

bool bb::API::Flags::include_gates_per_opcode { false }

Definition at line 24 of file api.hpp.

◆ ipa_accumulation

bool bb::API::Flags::ipa_accumulation { false }

Definition at line 17 of file api.hpp.

◆ oracle_hash_type

std::string bb::API::Flags::oracle_hash_type

Definition at line 19 of file api.hpp.

◆ output_format

std::string bb::API::Flags::output_format

Definition at line 20 of file api.hpp.

◆ recursive

bool bb::API::Flags::recursive { false }

Definition at line 16 of file api.hpp.

◆ scheme

std::string bb::API::Flags::scheme

Definition at line 18 of file api.hpp.

◆ slow_low_memory

bool bb::API::Flags::slow_low_memory { false }

Definition at line 25 of file api.hpp.

◆ update_inputs

bool bb::API::Flags::update_inputs { false }

Definition at line 26 of file api.hpp.

◆ verbose

bool bb::API::Flags::verbose { false }

Definition at line 11 of file api.hpp.

◆ verifier_type

std::string bb::API::Flags::verifier_type

Definition at line 21 of file api.hpp.

◆ write_vk

bool bb::API::Flags::write_vk { false }

Definition at line 23 of file api.hpp.


The documentation for this struct was generated from the following file: