Barretenberg
The ZK-SNARK library at the core of Aztec
|
Public Attributes | |
std::vector< size_t > | sequence_counts |
std::span< G1 > | points |
std::span< Fq > | scratch_space |
Definition at line 29 of file batched_affine_addition.hpp.
std::span<G1> bb::BatchedAffineAddition< Curve >::AdditionSequences::points |
Definition at line 31 of file batched_affine_addition.hpp.
std::span<Fq> bb::BatchedAffineAddition< Curve >::AdditionSequences::scratch_space |
Definition at line 32 of file batched_affine_addition.hpp.
std::vector<size_t> bb::BatchedAffineAddition< Curve >::AdditionSequences::sequence_counts |
Definition at line 30 of file batched_affine_addition.hpp.