Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::MockClaimGenerator< Curve >::ClaimData Struct Reference

#include <mock_witness_generator.hpp>

Public Attributes

std::vector< Polynomialpolys
 
std::vector< Commitmentcommitments
 
std::vector< Frevals
 

Detailed Description

template<typename Curve>
struct bb::MockClaimGenerator< Curve >::ClaimData

Definition at line 36 of file mock_witness_generator.hpp.

Member Data Documentation

◆ commitments

template<typename Curve >
std::vector<Commitment> bb::MockClaimGenerator< Curve >::ClaimData::commitments

Definition at line 38 of file mock_witness_generator.hpp.

◆ evals

template<typename Curve >
std::vector<Fr> bb::MockClaimGenerator< Curve >::ClaimData::evals

Definition at line 39 of file mock_witness_generator.hpp.

◆ polys

template<typename Curve >
std::vector<Polynomial> bb::MockClaimGenerator< Curve >::ClaimData::polys

Definition at line 37 of file mock_witness_generator.hpp.


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