Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <biggroup.hpp>
Public Member Functions | |
chain_add_accumulator () | |
chain_add_accumulator (const element &input) | |
chain_add_accumulator (const chain_add_accumulator &other)=default | |
chain_add_accumulator (chain_add_accumulator &&other)=default | |
chain_add_accumulator & | operator= (const chain_add_accumulator &other)=default |
chain_add_accumulator & | operator= (chain_add_accumulator &&other)=default |
Public Attributes | |
Fq | x1_prev |
Fq | y1_prev |
Fq | lambda_prev |
Fq | x3_prev |
Fq | y3_prev |
bool | is_element = false |
Definition at line 243 of file biggroup.hpp.
|
inline |
Definition at line 251 of file biggroup.hpp.
|
inlineexplicit |
Definition at line 252 of file biggroup.hpp.
|
default |
|
default |
|
default |
|
default |
bool bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::is_element = false |
Definition at line 249 of file biggroup.hpp.
Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::lambda_prev |
Definition at line 246 of file biggroup.hpp.
Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::x1_prev |
Definition at line 244 of file biggroup.hpp.
Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::x3_prev |
Definition at line 247 of file biggroup.hpp.
Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::y1_prev |
Definition at line 245 of file biggroup.hpp.
Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::y3_prev |
Definition at line 248 of file biggroup.hpp.