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

#include <triple_ipa_claim.hpp>

Public Attributes

std::vector< Commitmentcommitments
 
std::vector< Frsource_unshifted_evaluations
 
std::vector< Frshifted_evaluations
 
std::vector< Frrho_powers
 

Detailed Description

template<typename Curve>
struct bb::TripleIpaClaimData< Curve >::ShiftedBatch

Definition at line 59 of file triple_ipa_claim.hpp.

Member Data Documentation

◆ commitments

template<typename Curve >
std::vector<Commitment> bb::TripleIpaClaimData< Curve >::ShiftedBatch::commitments

Definition at line 60 of file triple_ipa_claim.hpp.

◆ rho_powers

template<typename Curve >
std::vector<Fr> bb::TripleIpaClaimData< Curve >::ShiftedBatch::rho_powers

Definition at line 63 of file triple_ipa_claim.hpp.

◆ shifted_evaluations

template<typename Curve >
std::vector<Fr> bb::TripleIpaClaimData< Curve >::ShiftedBatch::shifted_evaluations

Definition at line 62 of file triple_ipa_claim.hpp.

◆ source_unshifted_evaluations

template<typename Curve >
std::vector<Fr> bb::TripleIpaClaimData< Curve >::ShiftedBatch::source_unshifted_evaluations

Definition at line 61 of file triple_ipa_claim.hpp.


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