|
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_element = false |
Definition at line 326 of file biggroup.hpp.
|
default |
|
inlineexplicit |
Definition at line 335 of file biggroup.hpp.
|
default |
|
defaultnoexcept |
|
default |
|
defaultnoexcept |
|
default |
| bool bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::is_element = false |
Definition at line 332 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::lambda_prev |
Definition at line 329 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::x1_prev |
Definition at line 327 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::x3_prev |
Definition at line 330 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::y1_prev |
Definition at line 328 of file biggroup.hpp.
| Fq bb::stdlib::element_default::element< Builder_, Fq, Fr, NativeGroup >::chain_add_accumulator::y3_prev |
Definition at line 331 of file biggroup.hpp.