|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Manages the data that is propagated on the public inputs of a hiding kernel circuit. More...
#include <special_public_inputs.hpp>
Public Types | |
| using | Builder = Builder_ |
| using | Curve = stdlib::bn254< Builder > |
| using | G1 = Curve::Group |
| using | FF = Curve::ScalarField |
| using | PairingInputs = stdlib::recursion::PairingPoints< Curve > |
| using | TableCommitments = std::array< G1, Builder::NUM_WIRES > |
| using | PublicPoint = stdlib::PublicInputComponent< G1 > |
| using | PublicPairingPoints = stdlib::PublicInputComponent< PairingInputs > |
Public Member Functions | |
| void | reconstruct_from_public (const std::vector< FF > &public_inputs) |
| Reconstructs the IO components from a public inputs array. | |
| void | set_public () |
| Set each IO component to be a public input of the underlying circuit. | |
Static Public Member Functions | |
| static void | add_default (Builder &builder) |
| Add default public inputs when they are not present. | |
Public Attributes | |
| PairingInputs | pairing_inputs |
| G1 | kernel_return_data |
| TableCommitments | ecc_op_tables |
Static Public Attributes | |
| static constexpr size_t | PUBLIC_INPUTS_SIZE = HIDING_KERNEL_PUBLIC_INPUTS_SIZE |
Manages the data that is propagated on the public inputs of a hiding kernel circuit.
Definition at line 261 of file special_public_inputs.hpp.
| using bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::Builder = Builder_ |
Definition at line 263 of file special_public_inputs.hpp.
| using bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::Curve = stdlib::bn254<Builder> |
Definition at line 264 of file special_public_inputs.hpp.
| using bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::FF = Curve::ScalarField |
Definition at line 266 of file special_public_inputs.hpp.
| using bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::G1 = Curve::Group |
Definition at line 265 of file special_public_inputs.hpp.
| using bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::PairingInputs = stdlib::recursion::PairingPoints<Curve> |
Definition at line 267 of file special_public_inputs.hpp.
| using bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::PublicPairingPoints = stdlib::PublicInputComponent<PairingInputs> |
Definition at line 271 of file special_public_inputs.hpp.
| using bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::PublicPoint = stdlib::PublicInputComponent<G1> |
Definition at line 270 of file special_public_inputs.hpp.
| using bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::TableCommitments = std::array<G1, Builder::NUM_WIRES> |
Definition at line 268 of file special_public_inputs.hpp.
|
inlinestatic |
Add default public inputs when they are not present.
Definition at line 328 of file special_public_inputs.hpp.
|
inline |
Reconstructs the IO components from a public inputs array.
| public_inputs | Public inputs array containing the serialized kernel public inputs. |
Definition at line 285 of file special_public_inputs.hpp.
|
inline |
Set each IO component to be a public input of the underlying circuit.
Definition at line 303 of file special_public_inputs.hpp.
| TableCommitments bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::ecc_op_tables |
Definition at line 275 of file special_public_inputs.hpp.
| G1 bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::kernel_return_data |
Definition at line 274 of file special_public_inputs.hpp.
| PairingInputs bb::stdlib::recursion::honk::HidingKernelIO< Builder_ >::pairing_inputs |
Definition at line 273 of file special_public_inputs.hpp.
|
staticconstexpr |
Definition at line 278 of file special_public_inputs.hpp.