From e016839b4904508a85680efb83f7ca76d45623a0 Mon Sep 17 00:00:00 2001 From: Rumata888 Date: Thu, 12 Oct 2023 18:49:21 +0000 Subject: [PATCH] updated in line with Cody's work --- .../relations/extra_relations.hpp | 111 ++++++++---------- ...n_translator_relation_consistency.test.cpp | 4 +- 2 files changed, 53 insertions(+), 62 deletions(-) diff --git a/barretenberg/cpp/src/barretenberg/proof_system/relations/extra_relations.hpp b/barretenberg/cpp/src/barretenberg/proof_system/relations/extra_relations.hpp index c2c9f32cc9e..edd78f45377 100644 --- a/barretenberg/cpp/src/barretenberg/proof_system/relations/extra_relations.hpp +++ b/barretenberg/cpp/src/barretenberg/proof_system/relations/extra_relations.hpp @@ -11,31 +11,32 @@ template class GoblinTranslatorOpcodeConstraintRelationImpl { // 1 + polynomial degree of this relation static constexpr size_t RELATION_LENGTH = 7; // degree(op(op - 1)(op - 2)(op - 3)(op - 4)(op - 8)) = 6 - static constexpr size_t LEN_1 = 7; - - template