Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <libsnark/gadgetlib1/gadget.hpp>
#include <libsnark/gadgetlib1/gadgets/fields/fp2_gadgets.hpp>
#include <libsnark/gadgetlib1/gadgets/fields/fp3_gadgets.hpp>
#include <libsnark/gadgetlib1/gadgets/fields/fp6_2over3_gadgets.tcc>
Go to the source code of this file.
Namespaces | |
libsnark | |
Declaration of interfaces for Fp6 gadgets.
The gadgets verify field arithmetic in Fp6 = Fp3[Y]/(Y^2-X) where Fp3 = Fp[X]/(X^3-non_residue) and non_residue is in Fp.
Definition in file fp6_2over3_gadgets.hpp.