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

#include <fooram_protoboard.hpp>

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

Public Member Functions

 fooram_gadget (fooram_protoboard< FieldT > &pb, const std::string &annotation_prefix="")
 
- Public Member Functions inherited from libsnark::gadget< FieldT >
 gadget (protoboard< FieldT > &pb, const std::string &annotation_prefix)
 

Protected Attributes

fooram_protoboard< FieldT > & pb
 
- Protected Attributes inherited from libsnark::gadget< FieldT >
protoboard< FieldT > & pb
 
const std::string annotation_prefix
 

Detailed Description

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

Definition at line 29 of file fooram_protoboard.hpp.

Constructor & Destructor Documentation

◆ fooram_gadget()

template<typename FieldT >
libsnark::fooram_gadget< FieldT >::fooram_gadget ( fooram_protoboard< FieldT > &  pb,
const std::string &  annotation_prefix = "" 
)

Member Data Documentation

◆ pb

template<typename FieldT >
fooram_protoboard<FieldT>& libsnark::fooram_gadget< FieldT >::pb
protected

Definition at line 32 of file fooram_protoboard.hpp.


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