Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bbapi_shared.hpp>
Public Attributes | |
TraceSettings | trace_settings { AZTEC_TRACE_STRUCTURE } |
uint32_t | ivc_stack_depth = 0 |
std::shared_ptr< ClientIVC > | ivc_in_progress |
std::string | loaded_circuit_name |
std::optional< acir_format::AcirFormat > | loaded_circuit_constraints |
std::vector< uint8_t > | loaded_circuit_vk |
Definition at line 115 of file bbapi_shared.hpp.
std::shared_ptr<ClientIVC> bb::bbapi::BBApiRequest::ivc_in_progress |
Definition at line 119 of file bbapi_shared.hpp.
uint32_t bb::bbapi::BBApiRequest::ivc_stack_depth = 0 |
Definition at line 118 of file bbapi_shared.hpp.
std::optional<acir_format::AcirFormat> bb::bbapi::BBApiRequest::loaded_circuit_constraints |
Definition at line 123 of file bbapi_shared.hpp.
std::string bb::bbapi::BBApiRequest::loaded_circuit_name |
Definition at line 121 of file bbapi_shared.hpp.
std::vector<uint8_t> bb::bbapi::BBApiRequest::loaded_circuit_vk |
Definition at line 125 of file bbapi_shared.hpp.
TraceSettings bb::bbapi::BBApiRequest::trace_settings { AZTEC_TRACE_STRUCTURE } |
Definition at line 116 of file bbapi_shared.hpp.