|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | UltraCircuitBuilderArithmetic |
| Test suite for UltraCircuitBuilder arithmetic gate methods. More... | |
| struct | UltraCircuitBuilderArithmetic::AddTripleData |
| struct | UltraCircuitBuilderArithmetic::AddQuadData |
| struct | UltraCircuitBuilderArithmetic::MulQuadData |
| struct | UltraCircuitBuilderArithmetic::ArithTripleData |
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| AddGate | |||
| ) |
Definition at line 87 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| AddGateFailure | |||
| ) |
Definition at line 102 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| AllZeroGate | |||
| ) |
Definition at line 663 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| ArithmeticGate | |||
| ) |
Definition at line 181 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| ArithmeticGateComplexExpression | |||
| ) |
Definition at line 273 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| ArithmeticGateFailure | |||
| ) |
Definition at line 197 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigAddGate | |||
| ) |
Definition at line 131 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigAddGateFailure | |||
| ) |
Definition at line 148 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigAddGateWithNextRowW4 | |||
| ) |
Definition at line 296 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigAddGateWithNextRowW4Failure | |||
| ) |
Definition at line 326 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigMulAddAllParametersNonZero | |||
| ) |
Definition at line 707 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigMulAddGate | |||
| ) |
Definition at line 353 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigMulAddGateFailure | |||
| ) |
Definition at line 379 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigMulAddGateWithNextRowW4 | |||
| ) |
Definition at line 415 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BigMulAddGateWithNextRowW4Failure | |||
| ) |
Definition at line 443 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BoolGate | |||
| ) |
Definition at line 470 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| BoolGateFailure | |||
| ) |
Definition at line 490 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| FieldBoundaryValues | |||
| ) |
Definition at line 642 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| FixedWitnessesInGates | |||
| ) |
Definition at line 623 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| MultipleGates | |||
| ) |
Definition at line 228 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| MultiplicationByZero | |||
| ) |
Definition at line 601 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| PublicInputInArithmetic | |||
| ) |
Definition at line 741 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| QArith3Gate | |||
| ) |
Definition at line 513 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| ZeroIdx | |||
| ) |
Definition at line 676 of file ultra_circuit_builder_arithmetic.test.cpp.
| TEST_F | ( | UltraCircuitBuilderArithmetic | , |
| ZeroScalingFactors | |||
| ) |
Definition at line 691 of file ultra_circuit_builder_arithmetic.test.cpp.