Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Public Types | Static Public Member Functions | List of all members
libsnark::default_r1cs_ppzkpcd_pp Class Reference

#include <r1cs_ppzkpcd_pp.hpp>

Public Types

typedef libff::mnt4_pp curve_A_pp
 
typedef libff::mnt6_pp curve_B_pp
 
typedef libff::Fr< curve_A_ppscalar_field_A
 
typedef libff::Fr< curve_B_ppscalar_field_B
 

Static Public Member Functions

static void init_public_params ()
 

Detailed Description

Definition at line 23 of file r1cs_ppzkpcd_pp.hpp.

Member Typedef Documentation

◆ curve_A_pp

Definition at line 26 of file r1cs_ppzkpcd_pp.hpp.

◆ curve_B_pp

Definition at line 27 of file r1cs_ppzkpcd_pp.hpp.

◆ scalar_field_A

Definition at line 29 of file r1cs_ppzkpcd_pp.hpp.

◆ scalar_field_B

Definition at line 30 of file r1cs_ppzkpcd_pp.hpp.

Member Function Documentation

◆ init_public_params()

void libsnark::default_r1cs_ppzkpcd_pp::init_public_params ( )
static

Definition at line 17 of file r1cs_ppzkpcd_pp.cpp.

18 {
19  curve_A_pp::init_public_params();
20  curve_B_pp::init_public_params();
21 }
Here is the caller graph for this function:

The documentation for this class was generated from the following files: