Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <pb_variable.hpp>
Public Member Functions | |
pb_variable (const var_index_t index=0) | |
void | allocate (protoboard< FieldT > &pb, const std::string &annotation) |
![]() | |
variable (const var_index_t index=0) | |
linear_term< FieldT > | operator* (const integer_coeff_t int_coeff) const |
linear_term< FieldT > | operator* (const FieldT &field_coeff) const |
linear_combination< FieldT > | operator+ (const linear_combination< FieldT > &other) const |
linear_combination< FieldT > | operator- (const linear_combination< FieldT > &other) const |
linear_term< FieldT > | operator- () const |
bool | operator== (const variable< FieldT > &other) const |
Additional Inherited Members | |
![]() | |
var_index_t | index |
Definition at line 24 of file pb_variable.hpp.
|
inline |
Definition at line 27 of file pb_variable.hpp.
void libsnark::pb_variable< FieldT >::allocate | ( | protoboard< FieldT > & | pb, |
const std::string & | annotation | ||
) |