|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/pairing_points.hpp"#include "barretenberg/commitment_schemes/commitment_key.hpp"#include "barretenberg/srs/global_crs.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | bb::NativePairingPointsTests |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| bb::TEST_F (NativePairingPointsTests, DefaultConstructionIsInfinity) | |
| bb::TEST_F (NativePairingPointsTests, InfinityPassesPairingCheck) | |
| bb::TEST_F (NativePairingPointsTests, ValidPointsPassPairingCheck) | |
| bb::TEST_F (NativePairingPointsTests, InvalidPointsFailPairingCheck) | |
| bb::TEST_F (NativePairingPointsTests, AggregateIntoDefaultAdoptsOther) | |
| bb::TEST_F (NativePairingPointsTests, AggregatePopulatedPoints) | |
| bb::TEST_F (NativePairingPointsTests, AggregateInfinityIntoPopulatedThrows) | |