Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <libsnark/gadgetlib1/gadget.hpp>
#include <memory>
#include <libsnark/gadgetlib1/gadgets/fields/fp3_gadgets.tcc>
Go to the source code of this file.
Classes | |
class | libsnark::Fp3_variable< Fp3T > |
class | libsnark::Fp3_mul_gadget< Fp3T > |
class | libsnark::Fp3_mul_by_lc_gadget< Fp3T > |
class | libsnark::Fp3_sqr_gadget< Fp3T > |
Namespaces | |
libsnark | |
Declaration of interfaces for Fp3 gadgets.
The gadgets verify field arithmetic in Fp3 = Fp[U]/(U^3-non_residue), where non_residue is in Fp.
Definition in file fp3_gadgets.hpp.