|
Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <tinyram_protoboard.hpp>


Public Member Functions | |
| tinyram_gadget (tinyram_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 | |
| tinyram_protoboard< FieldT > & | pb |
Protected Attributes inherited from libsnark::gadget< FieldT > | |
| protoboard< FieldT > & | pb |
| const std::string | annotation_prefix |
Definition at line 31 of file tinyram_protoboard.hpp.
| libsnark::tinyram_gadget< FieldT >::tinyram_gadget | ( | tinyram_protoboard< FieldT > & | pb, |
| const std::string & | annotation_prefix = "" |
||
| ) |
|
protected |
Definition at line 34 of file tinyram_protoboard.hpp.
1.8.17