|
Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <kzg10.hpp>
Public Member Functions | |
| srs (std::vector< libff::G1< ppT >> &&alpha_powers_g1, const libff::G2< ppT > &alpha_g2) | |
Public Attributes | |
| std::vector< libff::G1< ppT > > | alpha_powers_g1 |
| libff::G2< ppT > | alpha_g2 |
| Secret \alpha encoded in G2: [\alpha]_2. More... | |
The srs generated by the setup step. This is denoted PK in [KZG10] section 3.2.
| libsnark::kzg10< ppT >::srs::srs | ( | std::vector< libff::G1< ppT >> && | alpha_powers_g1, |
| const libff::G2< ppT > & | alpha_g2 | ||
| ) |
| libff::G2<ppT> libsnark::kzg10< ppT >::srs::alpha_g2 |
| std::vector<libff::G1<ppT> > libsnark::kzg10< ppT >::srs::alpha_powers_g1 |
1.8.17