|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Manages the data that is propagated on the public inputs of an application/function circuit. More...
#include <special_public_inputs.hpp>
Public Types | |
| using | FF = curve::BN254::ScalarField |
| using | PublicPairingPoints = PublicInputComponent< PairingPoints< curve::BN254 > > |
Public Member Functions | |
| void | reconstruct_from_public (const std::vector< FF > &public_inputs) |
| Reconstructs the IO components from a public inputs array. | |
Static Public Member Functions | |
| template<typename Builder > | |
| static void | add_default (Builder &builder) |
| Add default IO values to a circuit builder (for native tests) | |
Public Attributes | |
| PairingPoints< curve::BN254 > | pairing_inputs |
Static Public Attributes | |
| static constexpr size_t | PUBLIC_INPUTS_SIZE = PairingPoints<curve::BN254>::PUBLIC_INPUTS_SIZE |
| static constexpr bool | HasIPA = false |
Manages the data that is propagated on the public inputs of an application/function circuit.
Definition at line 20 of file special_public_inputs.hpp.
Definition at line 22 of file special_public_inputs.hpp.
Definition at line 23 of file special_public_inputs.hpp.
|
inlinestatic |
Add default IO values to a circuit builder (for native tests)
Definition at line 48 of file special_public_inputs.hpp.
|
inline |
Reconstructs the IO components from a public inputs array.
Definition at line 33 of file special_public_inputs.hpp.
|
staticconstexpr |
Definition at line 26 of file special_public_inputs.hpp.
| PairingPoints<curve::BN254> bb::DefaultIO::pairing_inputs |
Definition at line 28 of file special_public_inputs.hpp.
|
staticconstexpr |
Definition at line 25 of file special_public_inputs.hpp.