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 309 of file fuzz.test.cpp.

◆ TEST_F() [2/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
ADD8   
)
protected

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

◆ TEST_F() [3/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
AND16   
)
protected

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

◆ TEST_F() [4/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
AND8   
)
protected

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

◆ TEST_F() [5/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
DIV16   
)
protected

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

◆ TEST_F() [6/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
DIV8   
)
protected

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

◆ TEST_F() [7/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
EQ16   
)
protected

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

◆ TEST_F() [8/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
EQ8   
)
protected

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

◆ TEST_F() [9/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
FDIV16   
)
protected

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

◆ TEST_F() [10/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
FDIV8   
)
protected

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

◆ TEST_F() [11/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
LT16   
)
protected

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

◆ TEST_F() [12/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
LT8   
)
protected

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

◆ TEST_F() [13/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
LTE16   
)
protected

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

◆ TEST_F() [14/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
LTE8   
)
protected

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

◆ TEST_F() [15/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
MUL16   
)
protected

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

◆ TEST_F() [16/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
MUL8   
)
protected

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

◆ TEST_F() [17/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
NOT16   
)
protected

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

◆ TEST_F() [18/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
NOT8   
)
protected

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

◆ TEST_F() [19/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
OR16   
)
protected

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

◆ TEST_F() [20/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
OR8   
)
protected

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

◆ TEST_F() [21/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SHL16   
)
protected

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

◆ TEST_F() [22/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SHL8   
)
protected

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

◆ TEST_F() [23/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SHR16   
)
protected

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

◆ TEST_F() [24/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SHR8   
)
protected

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

◆ TEST_F() [25/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SUB16   
)
protected

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

◆ TEST_F() [26/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
SUB8   
)
protected

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

◆ TEST_F() [27/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
XOR16   
)
protected

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

◆ TEST_F() [28/28]

arithmetic::TEST_F ( ArithmeticFuzzTest  ,
XOR8   
)
protected

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