|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <triple_ipa_claim.hpp>
Public Attributes | |
| std::vector< Commitment > | commitments |
| std::vector< Fr > | source_unshifted_evaluations |
| std::vector< Fr > | shifted_evaluations |
| std::vector< Fr > | rho_powers |
Definition at line 59 of file triple_ipa_claim.hpp.
| std::vector<Commitment> bb::TripleIpaClaimData< Curve >::ShiftedBatch::commitments |
Definition at line 60 of file triple_ipa_claim.hpp.
| std::vector<Fr> bb::TripleIpaClaimData< Curve >::ShiftedBatch::rho_powers |
Definition at line 63 of file triple_ipa_claim.hpp.
| std::vector<Fr> bb::TripleIpaClaimData< Curve >::ShiftedBatch::shifted_evaluations |
Definition at line 62 of file triple_ipa_claim.hpp.
| std::vector<Fr> bb::TripleIpaClaimData< Curve >::ShiftedBatch::source_unshifted_evaluations |
Definition at line 61 of file triple_ipa_claim.hpp.