|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
A wrapper class for deserializing objects from the public inputs of a circuit. More...
#include <public_input_component.hpp>
Public Types | |
| using | Key = PublicComponentKey |
Static Public Member Functions | |
| static ComponentType | reconstruct (const std::vector< bb::fr > &public_inputs, const Key &key) |
Private Types | |
| using | Codec = FrCodec |
Static Private Attributes | |
| static constexpr uint32_t | COMPONENT_SIZE = ComponentType::PUBLIC_INPUTS_SIZE |
A wrapper class for deserializing objects from the public inputs of a circuit.
| ComponentType | A type that satisfies the IsDeserializableFromPublicInputs concept |
Definition at line 40 of file public_input_component.hpp.
|
private |
Definition at line 41 of file public_input_component.hpp.
| using bb::PublicInputComponent< ComponentType >::Key = PublicComponentKey |
Definition at line 45 of file public_input_component.hpp.
|
inlinestatic |
Definition at line 48 of file public_input_component.hpp.
|
staticconstexprprivate |
Definition at line 42 of file public_input_component.hpp.