|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <biggroup.hpp>
Public Member Functions | |
| chain_add_accumulator ()=default | |
| chain_add_accumulator (const element &input) | |
| chain_add_accumulator (const chain_add_accumulator &other)=default | |
| chain_add_accumulator (chain_add_accumulator &&other) noexcept=default | |
| chain_add_accumulator & | operator= (const chain_add_accumulator &other)=default |
| chain_add_accumulator & | operator= (chain_add_accumulator &&other) noexcept=default |
| ~chain_add_accumulator ()=default | |
Public Attributes | |
| Fq | x1_prev |
| Fq | y1_prev |
| Fq | lambda_prev |
| Fq | x3_prev |
| Fq | y3_prev |
| bool | is_full_element = false |
Definition at line 305 of file biggroup.hpp.
|
default |
|
inlineexplicit |
Definition at line 314 of file biggroup.hpp.
|
default |
|
defaultnoexcept |
|
default |
|
defaultnoexcept |
|
default |
| bool bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::is_full_element = false |
Definition at line 311 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::lambda_prev |
Definition at line 308 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::x1_prev |
Definition at line 306 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::x3_prev |
Definition at line 309 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::y1_prev |
Definition at line 307 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::y3_prev |
Definition at line 310 of file biggroup.hpp.