Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ecc_op_queue.test.cpp File Reference
#include "barretenberg/op_queue/ecc_op_queue.hpp"
#include <gtest/gtest.h>

Go to the source code of this file.

Classes

class  ECCOpQueueTest
 

Functions

 TEST (ECCOpQueueTest, Basic)
 
 TEST (ECCOpQueueTest, InternalAccumulatorCorrectness)
 
 TEST (ECCOpQueueTest, ColumnPolynomialConstructionPrependOnly)
 
 TEST (ECCOpQueueTest, ColumnPolynomialConstructionPrependThenAppend)
 
 TEST (ECCOpQueueTest, ColumnPolynomialConstructionPrependThenAppendAtFixedOffset)
 

Function Documentation

◆ TEST() [1/5]

TEST ( ECCOpQueueTest  ,
Basic   
)

Definition at line 85 of file ecc_op_queue.test.cpp.

◆ TEST() [2/5]

TEST ( ECCOpQueueTest  ,
ColumnPolynomialConstructionPrependOnly   
)

Definition at line 124 of file ecc_op_queue.test.cpp.

◆ TEST() [3/5]

TEST ( ECCOpQueueTest  ,
ColumnPolynomialConstructionPrependThenAppend   
)

Definition at line 142 of file ecc_op_queue.test.cpp.

◆ TEST() [4/5]

TEST ( ECCOpQueueTest  ,
ColumnPolynomialConstructionPrependThenAppendAtFixedOffset   
)

Definition at line 166 of file ecc_op_queue.test.cpp.

◆ TEST() [5/5]

TEST ( ECCOpQueueTest  ,
InternalAccumulatorCorrectness   
)

Definition at line 98 of file ecc_op_queue.test.cpp.