Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Classes | Namespaces
fp3_gadgets.hpp File Reference
#include <libsnark/gadgetlib1/gadget.hpp>
#include <memory>
#include <libsnark/gadgetlib1/gadgets/fields/fp3_gadgets.tcc>
Include dependency graph for fp3_gadgets.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

Author
This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file fp3_gadgets.hpp.