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#pragma once
7
15
16namespace bb {
17
25
34} // namespace bb
An object storing two bn254 points that represent the inputs to a pairing check.
The VerifierInstance encapsulates all the necessary information for a Mega Honk Verifier to verify a ...
A simple wrapper around a vector of stdlib field elements representing a proof.
Definition proof.hpp:19
The stdlib counterpart of VerifierInstance, used in recursive folding verification.
Base class templates for structures that contain data parameterized by the fundamental polynomials of...
Entry point for Barretenberg command-line interface.
std::vector< fr > HonkProof
Definition proof.hpp:15
An object storing two EC points that represent the inputs to a pairing check.