Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <alu_control_flow.hpp>
Public Member Functions | |
ALU_control_flow_gadget (tinyram_protoboard< FieldT > &pb, const word_variable_gadget< FieldT > &pc, const word_variable_gadget< FieldT > &argval2, const pb_variable< FieldT > &flag, const pb_variable< FieldT > &result, const std::string &annotation_prefix="") | |
![]() | |
tinyram_standard_gadget (tinyram_protoboard< FieldT > &pb, const std::string &annotation_prefix="") | |
virtual void | generate_r1cs_constraints ()=0 |
virtual void | generate_r1cs_witness ()=0 |
![]() | |
tinyram_gadget (tinyram_protoboard< FieldT > &pb, const std::string &annotation_prefix="") | |
![]() | |
gadget (protoboard< FieldT > &pb, const std::string &annotation_prefix) | |
Public Attributes | |
const word_variable_gadget< FieldT > | pc |
const word_variable_gadget< FieldT > | argval2 |
const pb_variable< FieldT > | flag |
const pb_variable< FieldT > | result |
Additional Inherited Members | |
![]() | |
tinyram_protoboard< FieldT > & | pb |
![]() | |
protoboard< FieldT > & | pb |
const std::string | annotation_prefix |
Definition at line 26 of file alu_control_flow.hpp.
|
inline |
const word_variable_gadget<FieldT> libsnark::ALU_control_flow_gadget< FieldT >::argval2 |
Definition at line 30 of file alu_control_flow.hpp.
const pb_variable<FieldT> libsnark::ALU_control_flow_gadget< FieldT >::flag |
Definition at line 31 of file alu_control_flow.hpp.
const word_variable_gadget<FieldT> libsnark::ALU_control_flow_gadget< FieldT >::pc |
Definition at line 29 of file alu_control_flow.hpp.
const pb_variable<FieldT> libsnark::ALU_control_flow_gadget< FieldT >::result |
Definition at line 32 of file alu_control_flow.hpp.