Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/op_queue/ecc_ops_table.hpp"
#include "barretenberg/common/assert.hpp"
#include "barretenberg/common/zip_view.hpp"
#include "barretenberg/polynomials/polynomial.hpp"
#include <gtest/gtest.h>
#include <ranges>
Go to the source code of this file.
Classes | |
class | EccOpsTableTest |
struct | EccOpsTableTest::MockSubtableGenerator< Op > |
struct | EccOpsTableTest::UltraOpTableGenerator |
struct | EccOpsTableTest::EccvmOpTableGenerator |
struct | EccOpsTableTest::MockUltraOpsTable |
struct | EccOpsTableTest::MockEccvmOpsTable |
Functions | |
TEST (EccOpsTableTest, UltraOpsTablePrependOnly) | |
TEST (EccOpsTableTest, UltraOpsPrependThenAppend) | |
TEST (EccOpsTableTest, UltraOpsFixedLocationAppendNoGap) | |
TEST (EccOpsTableTest, UltraOpsFixedLocationAppendWithGap) | |
TEST (EccOpsTableTest, EccvmOpsTable) | |
TEST (EccOpsTableTest, EccvmOpsTablePrependThenAppend) | |
TEST | ( | EccOpsTableTest | , |
EccvmOpsTable | |||
) |
Definition at line 335 of file ecc_ops_table.test.cpp.
TEST | ( | EccOpsTableTest | , |
EccvmOpsTablePrependThenAppend | |||
) |
Definition at line 377 of file ecc_ops_table.test.cpp.
TEST | ( | EccOpsTableTest | , |
UltraOpsFixedLocationAppendNoGap | |||
) |
Definition at line 199 of file ecc_ops_table.test.cpp.
TEST | ( | EccOpsTableTest | , |
UltraOpsFixedLocationAppendWithGap | |||
) |
Definition at line 248 of file ecc_ops_table.test.cpp.
TEST | ( | EccOpsTableTest | , |
UltraOpsPrependThenAppend | |||
) |
Definition at line 150 of file ecc_ops_table.test.cpp.
TEST | ( | EccOpsTableTest | , |
UltraOpsTablePrependOnly | |||
) |
Definition at line 109 of file ecc_ops_table.test.cpp.