Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::HidingKernelIO Class Reference

Manages the data that is propagated on the public inputs of of a hiding kernel circuit. More...

#include <special_public_inputs.hpp>

Public Types

using FF = curve::BN254::ScalarField
 
using G1 = curve::BN254::AffineElement
 
using TableCommitments = std::array< G1, MegaCircuitBuilder::NUM_WIRES >
 
using PublicPairingPoints = PublicInputComponent< PairingPoints >
 
using PublicPoint = PublicInputComponent< G1 >
 

Public Member Functions

void reconstruct_from_public (const std::vector< FF > &public_inputs)
 Reconstructs the IO components from a public inputs array.
 

Public Attributes

PairingPoints pairing_inputs
 
TableCommitments ecc_op_tables
 

Static Public Attributes

static constexpr size_t PUBLIC_INPUTS_SIZE = HIDING_KERNEL_PUBLIC_INPUTS_SIZE
 

Detailed Description

Manages the data that is propagated on the public inputs of of a hiding kernel circuit.

Definition at line 45 of file special_public_inputs.hpp.

Member Typedef Documentation

◆ FF

◆ G1

◆ PublicPairingPoints

◆ PublicPoint

◆ TableCommitments

Member Function Documentation

◆ reconstruct_from_public()

void bb::HidingKernelIO::reconstruct_from_public ( const std::vector< FF > &  public_inputs)
inline

Reconstructs the IO components from a public inputs array.

Parameters
public_inputsPublic inputs array containing the serialized kernel public inputs.

Definition at line 64 of file special_public_inputs.hpp.

Member Data Documentation

◆ ecc_op_tables

TableCommitments bb::HidingKernelIO::ecc_op_tables

Definition at line 57 of file special_public_inputs.hpp.

◆ pairing_inputs

PairingPoints bb::HidingKernelIO::pairing_inputs

Definition at line 56 of file special_public_inputs.hpp.

◆ PUBLIC_INPUTS_SIZE

constexpr size_t bb::HidingKernelIO::PUBLIC_INPUTS_SIZE = HIDING_KERNEL_PUBLIC_INPUTS_SIZE
staticconstexpr

Definition at line 54 of file special_public_inputs.hpp.


The documentation for this class was generated from the following file: