|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/pairing_points.hpp"#include "barretenberg/common/assert.hpp"#include "barretenberg/stdlib/primitives/curves/bn254.hpp"#include "barretenberg/stdlib/primitives/field/field.hpp"#include "barretenberg/transcript/transcript.hpp"Go to the source code of this file.
Classes | |
| struct | bb::stdlib::recursion::PairingPoints< Curve > |
| An object storing two EC points that represent the inputs to a pairing check. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::stdlib |
| namespace | bb::stdlib::recursion |
Functions | |
| template<typename NCT > | |
| std::ostream & | bb::stdlib::recursion::operator<< (std::ostream &os, PairingPoints< NCT > const &as) |