|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Namespaces | |
| namespace | goblin |
| namespace | honk |
Classes | |
| struct | PairingPoints |
| An object storing two EC points that represent the inputs to a pairing check. More... | |
| class | PairingPointsTests |
Typedefs | |
| using | Curves = testing::Types< stdlib::bn254< UltraCircuitBuilder >, stdlib::bn254< MegaCircuitBuilder > > |
Functions | |
| template<typename NCT > | |
| std::ostream & | operator<< (std::ostream &os, PairingPoints< NCT > const &as) |
| TYPED_TEST_SUITE (PairingPointsTests, Curves) | |
| TYPED_TEST (PairingPointsTests, ConstructDefault) | |
| TYPED_TEST (PairingPointsTests, TestDefault) | |
| TYPED_TEST (PairingPointsTests, TaggingMechanismWorks) | |
| TYPED_TEST (PairingPointsTests, TaggingMechanismFails) | |
| TYPED_TEST (PairingPointsTests, CopyConstructorWorks) | |
| using bb::stdlib::recursion::Curves = typedef testing::Types<stdlib::bn254<UltraCircuitBuilder>, stdlib::bn254<MegaCircuitBuilder> > |
Definition at line 16 of file pairing_points.test.cpp.
| std::ostream & bb::stdlib::recursion::operator<< | ( | std::ostream & | os, |
| PairingPoints< NCT > const & | as | ||
| ) |
Definition at line 259 of file pairing_points.hpp.
| bb::stdlib::recursion::TYPED_TEST | ( | PairingPointsTests | , |
| ConstructDefault | |||
| ) |
Definition at line 19 of file pairing_points.test.cpp.
| bb::stdlib::recursion::TYPED_TEST | ( | PairingPointsTests | , |
| CopyConstructorWorks | |||
| ) |
Definition at line 177 of file pairing_points.test.cpp.
| bb::stdlib::recursion::TYPED_TEST | ( | PairingPointsTests | , |
| TaggingMechanismFails | |||
| ) |
Definition at line 115 of file pairing_points.test.cpp.
| bb::stdlib::recursion::TYPED_TEST | ( | PairingPointsTests | , |
| TaggingMechanismWorks | |||
| ) |
Definition at line 55 of file pairing_points.test.cpp.
| bb::stdlib::recursion::TYPED_TEST | ( | PairingPointsTests | , |
| TestDefault | |||
| ) |
Definition at line 33 of file pairing_points.test.cpp.
| bb::stdlib::recursion::TYPED_TEST_SUITE | ( | PairingPointsTests | , |
| Curves | |||
| ) |