Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
pairing_points.hpp File Reference

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)