Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/boomerang_value_detection/graph.hpp"
#include "barretenberg/crypto/aes128/aes128.hpp"
#include "barretenberg/crypto/generators/generator_data.hpp"
#include "barretenberg/crypto/pedersen_commitment/pedersen.hpp"
#include "barretenberg/stdlib/encryption/aes128/aes128.hpp"
#include "barretenberg/stdlib_circuit_builders/mock_circuits.hpp"
#include "barretenberg/stdlib_circuit_builders/plookup_tables/fixed_base/fixed_base.hpp"
#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
TEST (boomerang_ultra_circuit_constructor, test_variable_gates_count_for_decompose) | |
TEST (boomerang_ultra_circuit_constructor, test_variable_gates_count_for_decompose2) | |
TEST (boomerang_utils, test_selectors_for_decompose) | |
TEST (boomerang_ultra_circuit_constructor, test_variable_gates_count_for_two_decomposes) | |
TEST (boomerang_ultra_circuit_constructor, test_decompose_with_boolean_gates) | |
TEST (boomerang_ultra_circuit_constructor, test_decompose_for_6_bit_number) | |
TEST | ( | boomerang_ultra_circuit_constructor | , |
test_decompose_for_6_bit_number | |||
) |
Definition at line 117 of file variable_gates_count.test.cpp.
TEST | ( | boomerang_ultra_circuit_constructor | , |
test_decompose_with_boolean_gates | |||
) |
Definition at line 92 of file variable_gates_count.test.cpp.
TEST | ( | boomerang_ultra_circuit_constructor | , |
test_variable_gates_count_for_decompose | |||
) |
Definition at line 15 of file variable_gates_count.test.cpp.
TEST | ( | boomerang_ultra_circuit_constructor | , |
test_variable_gates_count_for_decompose2 | |||
) |
Definition at line 31 of file variable_gates_count.test.cpp.
TEST | ( | boomerang_ultra_circuit_constructor | , |
test_variable_gates_count_for_two_decomposes | |||
) |
Definition at line 69 of file variable_gates_count.test.cpp.
TEST | ( | boomerang_utils | , |
test_selectors_for_decompose | |||
) |
Definition at line 47 of file variable_gates_count.test.cpp.