Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
sumcheck_round.test.cpp File Reference

Go to the source code of this file.

Functions

 TEST (SumcheckRound, SumcheckTupleOfTuplesOfUnivariates)
 Test SumcheckRound functions for operations on tuples (and tuples of tuples) of Univariates.
 
 TEST (SumcheckRound, TuplesOfEvaluationArrays)
 Test utility functions for applying operations to tuple of std::arrays of field elements.
 
 TEST (SumcheckRound, AddTuplesOfTuplesOfUnivariates)
 Test utility functions for adding two tuples of tuples of Univariates.
 

Function Documentation

◆ TEST() [1/3]

TEST ( SumcheckRound  ,
AddTuplesOfTuplesOfUnivariates   
)

Test utility functions for adding two tuples of tuples of Univariates.

Definition at line 103 of file sumcheck_round.test.cpp.

◆ TEST() [2/3]

TEST ( SumcheckRound  ,
SumcheckTupleOfTuplesOfUnivariates   
)

Test SumcheckRound functions for operations on tuples (and tuples of tuples) of Univariates.

Definition at line 14 of file sumcheck_round.test.cpp.

◆ TEST() [3/3]

TEST ( SumcheckRound  ,
TuplesOfEvaluationArrays   
)

Test utility functions for applying operations to tuple of std::arrays of field elements.

Definition at line 65 of file sumcheck_round.test.cpp.