|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/common/assert.hpp"#include "barretenberg/stdlib/primitives/curves/bn254.hpp"#include "barretenberg/stdlib/primitives/field/field.hpp"Go to the source code of this file.
Classes | |
| struct | bb::stdlib::recursion::PairingPoints< Builder_ > |
| 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 Builder > | |
| void | bb::stdlib::recursion::read (uint8_t const *&it, PairingPoints< Builder > &as) |
| template<typename Builder > | |
| void | bb::stdlib::recursion::write (std::vector< uint8_t > &buf, PairingPoints< Builder > const &as) |
| template<typename NCT > | |
| std::ostream & | bb::stdlib::recursion::operator<< (std::ostream &os, PairingPoints< NCT > const &as) |