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

Go to the source code of this file.

Namespaces

 libsnark
 

Functions

template<typename ppT >
r1cs_ppzkadsnark_prfKeyT< ppT > libsnark::prfGen ()
 
template<typename ppT >
libff::Fr< snark_pp< ppT > > libsnark::prfCompute (const r1cs_ppzkadsnark_prfKeyT< ppT > &key, const labelT &label)
 

Detailed Description

Generic PRF interface for ADSNARK.

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

Definition in file r1cs_ppzkadsnark_prf.hpp.