Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_ecc.test.cpp
Go to the documentation of this file.
1// This is not a test file but we need to use .test.cpp so that it is not included in non-test builds.
3
4namespace bb::avm2::simulation {
5
6MockEcc::MockEcc() = default;
7MockEcc::~MockEcc() = default;
8
9} // namespace bb::avm2::simulation