Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Public Member Functions | Public Attributes | List of all members
libsnark::kzg10_batched_2_point< ppT >::evaluations Class Reference

#include <kzg10_batched.hpp>

Public Member Functions

 evaluations (std::vector< Field > &&fs, std::vector< Field > &&gs)
 

Public Attributes

std::vector< Fields_1s
 
std::vector< Fields_2s
 

Detailed Description

template<typename ppT>
class libsnark::kzg10_batched_2_point< ppT >::evaluations

Claimed evaluations of 2 groups of polynomials, fs and gs, at 2 points z_1 and z_2. f_s are evaluated at z_1 and g_s are evaluated at z_2.

Definition at line 44 of file kzg10_batched.hpp.

Constructor & Destructor Documentation

◆ evaluations()

template<typename ppT >
libsnark::kzg10_batched_2_point< ppT >::evaluations::evaluations ( std::vector< Field > &&  fs,
std::vector< Field > &&  gs 
)

Member Data Documentation

◆ s_1s

template<typename ppT >
std::vector<Field> libsnark::kzg10_batched_2_point< ppT >::evaluations::s_1s

Definition at line 47 of file kzg10_batched.hpp.

◆ s_2s

template<typename ppT >
std::vector<Field> libsnark::kzg10_batched_2_point< ppT >::evaluations::s_2s

Definition at line 48 of file kzg10_batched.hpp.


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