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

Public Attributes

std::vector< size_t > sequence_counts
 
std::span< G1points
 
std::span< Fqscratch_space
 

Detailed Description

template<typename Curve>
struct bb::BatchedAffineAddition< Curve >::AdditionSequences

Definition at line 29 of file batched_affine_addition.hpp.

Member Data Documentation

◆ points

template<typename Curve >
std::span<G1> bb::BatchedAffineAddition< Curve >::AdditionSequences::points

Definition at line 31 of file batched_affine_addition.hpp.

◆ scratch_space

template<typename Curve >
std::span<Fq> bb::BatchedAffineAddition< Curve >::AdditionSequences::scratch_space

Definition at line 32 of file batched_affine_addition.hpp.

◆ sequence_counts

template<typename Curve >
std::vector<size_t> bb::BatchedAffineAddition< Curve >::AdditionSequences::sequence_counts

Definition at line 30 of file batched_affine_addition.hpp.


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