Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <algorithm>
#include <libff/common/utils.hpp>
#include <libsnark/relations/circuit_satisfaction_problems/tbcs/tbcs.hpp>
Go to the source code of this file.
Namespaces | |
libsnark | |
Functions | |
void | libsnark::print_tbcs_wire (const tbcs_wire_t wire, const std::map< size_t, std::string > &variable_annotations) |
std::ostream & | libsnark::operator<< (std::ostream &out, const tbcs_gate &g) |
std::istream & | libsnark::operator>> (std::istream &in, tbcs_gate &g) |
std::ostream & | libsnark::operator<< (std::ostream &out, const tbcs_circuit &circuit) |
std::istream & | libsnark::operator>> (std::istream &in, tbcs_circuit &circuit) |