| 
    Clearmatics Libsnark
    0.1
    
   C++ library for zkSNARK proofs 
   | 
 
#include <libfqfft/evaluation_domain/evaluation_domain.hpp>#include <map>#include <memory>#include <libsnark/relations/arithmetic_programs/ssp/ssp.tcc>

Go to the source code of this file.
Classes | |
| class | libsnark::ssp_witness< FieldT > | 
| class | libsnark::ssp_instance< FieldT > | 
| class | libsnark::ssp_instance_evaluation< FieldT > | 
| class | libsnark::ssp_witness< FieldT > | 
Namespaces | |
| libsnark | |
Declaration of interfaces for a SSP ("Square Span Program").
SSPs are defined in [DFGK14].
References:
[DFGK14]: "Square Span Programs with Applications to Succinct NIZK Arguments" George Danezis, Cedric Fournet, Jens Groth, Markulf Kohlweiss, ASIACRYPT 2014, http://eprint.iacr.org/2014/718
Definition in file ssp.hpp.
 1.8.17