Barretenberg
The ZK-SNARK library at the core of Aztec
|
Get gate counts for a circuit. More...
#include <bbapi_client_ivc.hpp>
Classes | |
struct | Response |
Contains gate count information. More... | |
Public Member Functions | |
Response | execute (BBApiRequest &request) && |
MSGPACK_FIELDS (circuit, include_gates_per_opcode) | |
bool | operator== (const ClientIvcStats &) const =default |
Public Attributes | |
CircuitInputNoVK | circuit |
The circuit to analyze. | |
bool | include_gates_per_opcode |
Whether to include detailed gate counts per opcode. | |
Static Public Attributes | |
static constexpr const char * | MSGPACK_SCHEMA_NAME = "ClientIvcStats" |
Get gate counts for a circuit.
Definition at line 235 of file bbapi_client_ivc.hpp.
ClientIvcStats::Response bb::bbapi::ClientIvcStats::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 176 of file bbapi_client_ivc.cpp.
bb::bbapi::ClientIvcStats::MSGPACK_FIELDS | ( | circuit | , |
include_gates_per_opcode | |||
) |
|
default |
CircuitInputNoVK bb::bbapi::ClientIvcStats::circuit |
The circuit to analyze.
Definition at line 256 of file bbapi_client_ivc.hpp.
bool bb::bbapi::ClientIvcStats::include_gates_per_opcode |
Whether to include detailed gate counts per opcode.
Definition at line 258 of file bbapi_client_ivc.hpp.
|
staticconstexpr |
Definition at line 236 of file bbapi_client_ivc.hpp.