|
template<typename FieldT > |
pb_variable< FieldT > | libsnark::pb_variable_allocate (protoboard< FieldT > &pb, const std::string &annotation) |
|
template<typename FieldT > |
linear_combination< FieldT > | libsnark::pb_sum (const pb_linear_combination_array< FieldT > &v) |
|
template<typename FieldT > |
linear_combination< FieldT > | libsnark::pb_packing_sum (const pb_linear_combination_array< FieldT > &v) |
|
template<typename FieldT > |
linear_combination< FieldT > | libsnark::pb_coeff_sum (const pb_linear_combination_array< FieldT > &v, const std::vector< FieldT > &coeffs) |
|
- Author
- This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).
- Copyright
- MIT license (see LICENSE file)
Definition in file pb_variable.hpp.