Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ecc_lookup_relation_impl.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
9
12
13namespace bb {
14
28template <typename FF>
29template <typename ContainerOverSubrelations, typename AllEntities, typename Parameters>
30void ECCVMLookupRelationImpl<FF>::accumulate(ContainerOverSubrelations& accumulator,
31 const AllEntities& in,
32 const Parameters& params,
33 const FF& scaling_factor)
34{
35 accumulate_logderivative_lookup_subrelation_contributions<FF, ECCVMLookupRelationImpl<FF>>(
36 accumulator, in, params, scaling_factor);
37}
38} // namespace bb
static void accumulate(ContainerOverSubrelations &accumulator, const AllEntities &in, const Parameters &params, const FF &scaling_factor)
Expression for ECCVM lookup tables.
Entry point for Barretenberg command-line interface.