|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <accumulator.hpp>
Public Types | |
| using | Vec = VectorField< typename Fr::Params > |
Public Member Functions | |
| Accumulator () | |
| void | operator+= (const Fr &v) |
| void | operator+= (const Vec &v) |
| Fr | reduce () const |
Public Attributes | |
| Fr | scalar_acc |
| Vec | vector_acc |
Definition at line 39 of file accumulator.hpp.
| using bb::Accumulator< Fr >::Vec = VectorField<typename Fr::Params> |
Definition at line 40 of file accumulator.hpp.
|
inline |
Definition at line 45 of file accumulator.hpp.
|
inline |
Definition at line 50 of file accumulator.hpp.
|
inline |
Definition at line 52 of file accumulator.hpp.
|
inline |
Definition at line 57 of file accumulator.hpp.
| Fr bb::Accumulator< Fr >::scalar_acc |
Definition at line 42 of file accumulator.hpp.
| Vec bb::Accumulator< Fr >::vector_acc |
Definition at line 43 of file accumulator.hpp.