Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: Completed, auditors: [Federico], commit: }
3// external_1: { status: not started, auditors: [], commit: }
4// external_2: { status: not started, auditors: [], commit: }
5// =====================
6
7#pragma once
8
13
14namespace bb {
15
27
43} // namespace bb
AluTraceBuilder builder
Definition alu.test.cpp:124
Entry point for Barretenberg command-line interface.
Definition api.hpp:5
std::vector< fr > HonkProof
Definition proof.hpp:15
HonkProof translator_proof
Definition types.hpp:20
HonkProof eccvm_proof
Definition types.hpp:18
bool operator==(const GoblinAvmProof &other) const =default
size_t size() const
Definition types.hpp:22
HonkProof ipa_proof
Definition types.hpp:19
MSGPACK_FIELDS(eccvm_proof, ipa_proof, translator_proof)
size_t size() const
Definition types.hpp:34
bool operator==(const GoblinAvmStdlibProof &other) const =default
GoblinAvmStdlibProof(UltraCircuitBuilder &builder, const GoblinAvmProof &goblin_proof)
Definition types.hpp:36