2#include "barretenberg/ecc/curves/bn254/bn254.hpp"
3#include "barretenberg/relations/relation_types.hpp"
5namespace proof_system {
12 static constexpr std::array<size_t, 3> SUBRELATION_PARTIAL_LENGTHS{
80 template <
typename ContainerOverSubrelations,
typename AllEntities,
typename Parameters>
81 static void accumulate(ContainerOverSubrelations& accumulators,
82 const AllEntities& in,
83 const Parameters& params,
84 const FF& scaling_factor);
Definition: translator_non_native_field_relation.hpp:7
static void accumulate(ContainerOverSubrelations &accumulators, const AllEntities &in, const Parameters ¶ms, const FF &scaling_factor)
Expression for the computation of Goblin Translator accumulator in integers through 68-bit limbs and ...
Definition: translator_non_native_field_relation.cpp:69
The templates defined herein facilitate sharing the relation arithmetic between the prover and the ve...
Definition: relation_types.hpp:121