Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Classes | Namespaces | Functions
adapters.hpp File Reference
#include <libsnark/gadgetlib2/constraint.hpp>
#include <libsnark/gadgetlib2/pp.hpp>
#include <libsnark/gadgetlib2/protoboard.hpp>
#include <libsnark/gadgetlib2/variable.hpp>
#include <map>
#include <tuple>
#include <utility>
Include dependency graph for adapters.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gadgetlib2::GadgetLibAdapter
 

Namespaces

 gadgetlib2
 

Functions

bool gadgetlib2::operator== (const GLA::linear_combination_t &lhs, const GLA::linear_term_t &rhs)
 

Detailed Description

Declaration of an adapter to POD types for interfacing to SNARKs

Author
This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file adapters.hpp.