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


Public Member Functions | |
| UnpackedWord () | |
| UnpackedWord (const size_t numBits, const ::std::string &name) | |
Public Member Functions inherited from gadgetlib2::VariableArray | |
| VariableArray (const ::std::string &name="") | |
| VariableArray (const int size, const ::std::string &name="") | |
| VariableArray (const size_t size, const ::std::string &name="") | |
| VariableArray (const size_t size, const Variable &contents) | |
| ::std::string | name () const |
Holds variables whose purpose is to be populated with the unpacked form of some word, bit by bit
Definition at line 389 of file variable.hpp.
|
inline |
Definition at line 392 of file variable.hpp.
|
inline |
Definition at line 393 of file variable.hpp.
1.8.17