Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ecc_transcript_relation.cpp
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#include <array>
8#include <tuple>
9
13
14namespace bb {
15template class ECCVMTranscriptRelationImpl<grumpkin::fr>;
17} // namespace bb
ECCVMTranscriptRelationImpl evaluates the correctness of the ECCVM transcript columns.
Entry point for Barretenberg command-line interface.
#define DEFINE_SUMCHECK_RELATION_CLASS(RelationImpl, Flavor)