Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Public Member Functions | Protected Attributes | List of all members
libsnark::gadget< FieldT > Class Template Reference

#include <gadget.hpp>

Inheritance diagram for libsnark::gadget< FieldT >:
Inheritance graph
[legend]

Public Member Functions

 gadget (protoboard< FieldT > &pb, const std::string &annotation_prefix)
 

Protected Attributes

protoboard< FieldT > & pb
 
const std::string annotation_prefix
 

Detailed Description

template<typename FieldT>
class libsnark::gadget< FieldT >

Definition at line 16 of file gadget.hpp.

Constructor & Destructor Documentation

◆ gadget()

template<typename FieldT >
libsnark::gadget< FieldT >::gadget ( protoboard< FieldT > &  pb,
const std::string &  annotation_prefix 
)

Member Data Documentation

◆ annotation_prefix

template<typename FieldT >
const std::string libsnark::gadget< FieldT >::annotation_prefix
protected

Definition at line 20 of file gadget.hpp.

◆ pb

template<typename FieldT >
protoboard<FieldT>& libsnark::gadget< FieldT >::pb
protected

Definition at line 19 of file gadget.hpp.


The documentation for this class was generated from the following file: