|
Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
Inverse of Fp12 variable. More...
#include <fp12_2over3over2_gadgets.hpp>


Public Types | |
| using | FieldT = typename Fp12T::my_Fp |
| using | Fp2T = typename Fp12T::my_Fp2 |
| using | Fp6T = typename Fp12T::my_Fp6 |
Public Member Functions | |
| Fp12_2over3over2_inv_gadget (protoboard< FieldT > &pb, const Fp12_2over3over2_variable< Fp12T > &A, const Fp12_2over3over2_variable< Fp12T > &result, const std::string &annotation_prefix) | |
| const Fp12_2over3over2_variable< Fp12T > & | result () const |
| void | generate_r1cs_constraints () |
| void | generate_r1cs_witness () |
Public Member Functions inherited from libsnark::gadget< Fp12T::my_Fp > | |
| gadget (protoboard< Fp12T::my_Fp > &pb, const std::string &annotation_prefix) | |
Public Attributes | |
| Fp12_2over3over2_variable< Fp12T > | _A |
| Fp12_2over3over2_variable< Fp12T > | _result |
| Fp12_2over3over2_mul_gadget< Fp12T > | _compute_A_times_result |
Additional Inherited Members | |
Protected Attributes inherited from libsnark::gadget< Fp12T::my_Fp > | |
| protoboard< Fp12T::my_Fp > & | pb |
| const std::string | annotation_prefix |
Inverse of Fp12 variable.
Definition at line 216 of file fp12_2over3over2_gadgets.hpp.
| using libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::FieldT = typename Fp12T::my_Fp |
Definition at line 219 of file fp12_2over3over2_gadgets.hpp.
| using libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::Fp2T = typename Fp12T::my_Fp2 |
Definition at line 220 of file fp12_2over3over2_gadgets.hpp.
| using libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::Fp6T = typename Fp12T::my_Fp6 |
Definition at line 221 of file fp12_2over3over2_gadgets.hpp.
| libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::Fp12_2over3over2_inv_gadget | ( | protoboard< FieldT > & | pb, |
| const Fp12_2over3over2_variable< Fp12T > & | A, | ||
| const Fp12_2over3over2_variable< Fp12T > & | result, | ||
| const std::string & | annotation_prefix | ||
| ) |
| void libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::generate_r1cs_constraints | ( | ) |
| void libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::generate_r1cs_witness | ( | ) |
| const Fp12_2over3over2_variable<Fp12T>& libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::result | ( | ) | const |
| Fp12_2over3over2_variable<Fp12T> libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::_A |
Definition at line 223 of file fp12_2over3over2_gadgets.hpp.
| Fp12_2over3over2_mul_gadget<Fp12T> libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::_compute_A_times_result |
Definition at line 225 of file fp12_2over3over2_gadgets.hpp.
| Fp12_2over3over2_variable<Fp12T> libsnark::Fp12_2over3over2_inv_gadget< Fp12T >::_result |
Definition at line 224 of file fp12_2over3over2_gadgets.hpp.
1.8.17