Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Namespaces | Functions
protoboard.cpp File Reference
#include <cstdio>
#include <libsnark/gadgetlib2/protoboard.hpp>
Include dependency graph for protoboard.cpp:

Go to the source code of this file.

Namespaces

 gadgetlib2
 

Functions

bool gadgetlib2::multipackedAndUnpackedValuesDisagree (const bool multipackedEqualsValue, const bool unpackedEqualsValue)
 
void gadgetlib2::printInformativeNoticeMessage (const bool multipackedEqualsValue, const bool unpackedEqualsValue)
 
bool gadgetlib2::expectedToPrintValues (const bool boolValue, const PrintOptions &printOption)
 

Detailed Description

Implementation of Protoboard, a "memory manager" for building arithmetic constraints

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

Definition in file protoboard.cpp.