Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
arithmetic Namespace Reference

Classes

class  ArithmeticFuzzTest
 

Functions

 TEST_F (ArithmeticFuzzTest, ADD8)
 
 TEST_F (ArithmeticFuzzTest, SUB8)
 
 TEST_F (ArithmeticFuzzTest, MUL8)
 
 TEST_F (ArithmeticFuzzTest, DIV8)
 
 TEST_F (ArithmeticFuzzTest, EQ8)
 
 TEST_F (ArithmeticFuzzTest, LT8)
 
 TEST_F (ArithmeticFuzzTest, LTE8)
 
 TEST_F (ArithmeticFuzzTest, AND8)
 
 TEST_F (ArithmeticFuzzTest, OR8)
 
 TEST_F (ArithmeticFuzzTest, XOR8)
 
 TEST_F (ArithmeticFuzzTest, SHL8)
 
 TEST_F (ArithmeticFuzzTest, SHR8)
 
 TEST_F (ArithmeticFuzzTest, FDIV8)
 
 TEST_F (ArithmeticFuzzTest, NOT8)
 
 TEST_F (ArithmeticFuzzTest, ADD16)
 
 TEST_F (ArithmeticFuzzTest, SUB16)
 
 TEST_F (ArithmeticFuzzTest, MUL16)
 
 TEST_F (ArithmeticFuzzTest, DIV16)
 
 TEST_F (ArithmeticFuzzTest, EQ16)
 
 TEST_F (ArithmeticFuzzTest, LT16)
 
 TEST_F (ArithmeticFuzzTest, LTE16)
 
 TEST_F (ArithmeticFuzzTest, AND16)
 
 TEST_F (ArithmeticFuzzTest, OR16)
 
 TEST_F (ArithmeticFuzzTest, XOR16)
 
 TEST_F (ArithmeticFuzzTest, SHL16)
 
 TEST_F (ArithmeticFuzzTest, SHR16)
 
 TEST_F (ArithmeticFuzzTest, FDIV16)
 
 TEST_F (ArithmeticFuzzTest, NOT16)
 

Function Documentation

◆ TEST_F() [1/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
ADD16   
)
protected

Definition at line 324 of file fuzz.test.cpp.

◆ TEST_F() [2/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
ADD8   
)
protected

Definition at line 135 of file fuzz.test.cpp.

◆ TEST_F() [3/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
AND16   
)
protected

Definition at line 406 of file fuzz.test.cpp.

◆ TEST_F() [4/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
AND8   
)
protected

Definition at line 217 of file fuzz.test.cpp.

◆ TEST_F() [5/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
DIV16   
)
protected

Definition at line 362 of file fuzz.test.cpp.

◆ TEST_F() [6/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
DIV8   
)
protected

Definition at line 173 of file fuzz.test.cpp.

◆ TEST_F() [7/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
EQ16   
)
protected

Definition at line 373 of file fuzz.test.cpp.

◆ TEST_F() [8/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
EQ8   
)
protected

Definition at line 184 of file fuzz.test.cpp.

◆ TEST_F() [9/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
FDIV16   
)
protected

Definition at line 462 of file fuzz.test.cpp.

◆ TEST_F() [10/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
FDIV8   
)
protected

Definition at line 273 of file fuzz.test.cpp.

◆ TEST_F() [11/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
LT16   
)
protected

Definition at line 384 of file fuzz.test.cpp.

◆ TEST_F() [12/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
LT8   
)
protected

Definition at line 195 of file fuzz.test.cpp.

◆ TEST_F() [13/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
LTE16   
)
protected

Definition at line 395 of file fuzz.test.cpp.

◆ TEST_F() [14/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
LTE8   
)
protected

Definition at line 206 of file fuzz.test.cpp.

◆ TEST_F() [15/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
MUL16   
)
protected

Definition at line 351 of file fuzz.test.cpp.

◆ TEST_F() [16/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
MUL8   
)
protected

Definition at line 162 of file fuzz.test.cpp.

◆ TEST_F() [17/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
NOT16   
)
protected

Definition at line 491 of file fuzz.test.cpp.

◆ TEST_F() [18/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
NOT8   
)
protected

Definition at line 302 of file fuzz.test.cpp.

◆ TEST_F() [19/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
OR16   
)
protected

Definition at line 417 of file fuzz.test.cpp.

◆ TEST_F() [20/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
OR8   
)
protected

Definition at line 228 of file fuzz.test.cpp.

◆ TEST_F() [21/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SHL16   
)
protected

Definition at line 439 of file fuzz.test.cpp.

◆ TEST_F() [22/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SHL8   
)
protected

Definition at line 250 of file fuzz.test.cpp.

◆ TEST_F() [23/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SHR16   
)
protected

Definition at line 450 of file fuzz.test.cpp.

◆ TEST_F() [24/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SHR8   
)
protected

Definition at line 261 of file fuzz.test.cpp.

◆ TEST_F() [25/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SUB16   
)
protected

Definition at line 340 of file fuzz.test.cpp.

◆ TEST_F() [26/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SUB8   
)
protected

Definition at line 151 of file fuzz.test.cpp.

◆ TEST_F() [27/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
XOR16   
)
protected

Definition at line 428 of file fuzz.test.cpp.

◆ TEST_F() [28/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
XOR8   
)
protected

Definition at line 239 of file fuzz.test.cpp.