Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Classes | Namespaces | Functions
r1cs_ppzkadsnark_signature.hpp File Reference
#include <libsnark/zk_proof_systems/ppzkadsnark/r1cs_ppzkadsnark/r1cs_ppzkadsnark_params.hpp>
Include dependency graph for r1cs_ppzkadsnark_signature.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libsnark::kpT< ppT >
 

Namespaces

 libsnark
 

Functions

template<typename ppT >
kpT< ppT > libsnark::sigGen (void)
 
template<typename ppT >
r1cs_ppzkadsnark_sigT< ppT > libsnark::sigSign (const r1cs_ppzkadsnark_skT< ppT > &sk, const labelT &label, const libff::G2< snark_pp< ppT >> &Lambda)
 
template<typename ppT >
bool libsnark::sigVerif (const r1cs_ppzkadsnark_vkT< ppT > &vk, const labelT &label, const libff::G2< snark_pp< ppT >> &Lambda, const r1cs_ppzkadsnark_sigT< ppT > &sig)
 
template<typename ppT >
bool libsnark::sigBatchVerif (const r1cs_ppzkadsnark_vkT< ppT > &vk, const std::vector< labelT > &labels, const std::vector< libff::G2< snark_pp< ppT >>> &Lambdas, const std::vector< r1cs_ppzkadsnark_sigT< ppT >> &sigs)
 

Detailed Description

Generic signature interface for ADSNARK.

Author
This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).
Author
This file was deed to libsnark by Manuel Barbosa.

Definition in file r1cs_ppzkadsnark_signature.hpp.