Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <bls12_377_precomputation.hpp>
Public Types | |
using | FieldT = libff::Fr< ppT > |
Public Member Functions | |
bls12_377_G2_precomputation () | |
bls12_377_G2_precomputation (protoboard< FieldT > &pb, const libff::G2< other_curve< ppT >> &Q_val, const std::string &annotation_prefix) | |
Public Attributes | |
std::vector< std::shared_ptr< bls12_377_ate_ell_coeffs< ppT > > > | _coeffs |
Definition at line 79 of file bls12_377_precomputation.hpp.
using libsnark::bls12_377_G2_precomputation< ppT >::FieldT = libff::Fr<ppT> |
Definition at line 82 of file bls12_377_precomputation.hpp.
libsnark::bls12_377_G2_precomputation< ppT >::bls12_377_G2_precomputation | ( | ) |
libsnark::bls12_377_G2_precomputation< ppT >::bls12_377_G2_precomputation | ( | protoboard< FieldT > & | pb, |
const libff::G2< other_curve< ppT >> & | Q_val, | ||
const std::string & | annotation_prefix | ||
) |
std::vector<std::shared_ptr<bls12_377_ate_ell_coeffs<ppT> > > libsnark::bls12_377_G2_precomputation< ppT >::_coeffs |
Definition at line 84 of file bls12_377_precomputation.hpp.