Go to the source code of this file.
|
| namespace | bb |
| | Entry point for Barretenberg command-line interface.
|
| |
|
| | 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) |
| |
| | bb::TEST_F (NativePairingPointsTests, AggregateMixedInfinityAccumulatorP0AtInfinityThrows) |
| |
| | bb::TEST_F (NativePairingPointsTests, AggregateMixedInfinityAccumulatorP1AtInfinityThrows) |
| |
| | bb::TEST_F (NativePairingPointsTests, AggregateMixedInfinityOtherP0AtInfinityThrows) |
| |
| | bb::TEST_F (NativePairingPointsTests, AggregateMixedInfinityOtherP1AtInfinityThrows) |
| |