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

Go to the source code of this file.

Classes

class  StrausLookupTableTest< Builder >
 

Typedefs

using CircuitTypes = ::testing::Types< bb::UltraCircuitBuilder, bb::MegaCircuitBuilder >
 

Functions

 TYPED_TEST_SUITE (StrausLookupTableTest, CircuitTypes)
 
 TYPED_TEST (StrausLookupTableTest, TestTableConstuction)
 Test table construction.
 
 TYPED_TEST (StrausLookupTableTest, TestTableRead)
 Test reading from lookup table.
 
 TYPED_TEST (StrausLookupTableTest, TestWithProvidedHints)
 Test with provided hints.
 
 TYPED_TEST (StrausLookupTableTest, TestInfinityBasePoint)
 Test with point at infinity as base point.
 

Typedef Documentation

◆ CircuitTypes

Definition at line 29 of file straus_lookup_table.test.cpp.

Function Documentation

◆ TYPED_TEST() [1/4]

TYPED_TEST ( StrausLookupTableTest  ,
TestInfinityBasePoint   
)

Test with point at infinity as base point.

Definition at line 163 of file straus_lookup_table.test.cpp.

◆ TYPED_TEST() [2/4]

TYPED_TEST ( StrausLookupTableTest  ,
TestTableConstuction   
)

Test table construction.

Definition at line 39 of file straus_lookup_table.test.cpp.

◆ TYPED_TEST() [3/4]

TYPED_TEST ( StrausLookupTableTest  ,
TestTableRead   
)

Test reading from lookup table.

Definition at line 67 of file straus_lookup_table.test.cpp.

◆ TYPED_TEST() [4/4]

TYPED_TEST ( StrausLookupTableTest  ,
TestWithProvidedHints   
)

Test with provided hints.

Definition at line 111 of file straus_lookup_table.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( StrausLookupTableTest  ,
CircuitTypes   
)