Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "multi_scalar_mul.hpp"
#include "acir_format.hpp"
#include "acir_format_mocks.hpp"
#include "acir_to_constraint_buf.hpp"
#include "barretenberg/numeric/uint256/uint256.hpp"
#include <cstdint>
#include <gtest/gtest.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | acir_format::tests::MSMTests |
Namespaces | |
namespace | acir_format |
namespace | acir_format::tests |
Functions | |
acir_format::tests::TEST_F (MSMTests, TestMSM) | |
Create a circuit testing the a simple scalar mul with a constant generator. | |