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: not started, auditors: [], date: YYYY-MM-DD }
3// external_1: { status: not started, auditors: [], date: YYYY-MM-DD }
4// external_2: { status: not started, auditors: [], date: YYYY-MM-DD }
5// =====================
6
7#pragma once
8
12
13namespace bb {
18
34} // namespace bb
Entry point for Barretenberg command-line interface.
std::vector< fr > HonkProof
Definition proof.hpp:15
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
HonkProof pre_ipa_proof
Definition proof.hpp:24
HonkProof ipa_proof
Definition proof.hpp:25
std::shared_ptr< MegaFlavor::VerificationKey > verification_key
Definition types.hpp:16
ECCVMProof eccvm_proof
Definition types.hpp:22
MSGPACK_FIELDS(merge_proof, eccvm_proof, translator_proof)
HonkProof merge_proof
Definition types.hpp:21
size_t size() const
Definition types.hpp:25
HonkProof translator_proof
Definition types.hpp:23
bool operator==(const GoblinProof &other) const =default