Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
acir_format::ProofSurgeon< FF >::RecursionWitnessData Struct Reference

#include <proof_surgeon.hpp>

Public Attributes

std::vector< uint32_t > key_indices
 
uint32_t key_hash_index
 
std::vector< uint32_t > proof_indices
 
std::vector< uint32_t > public_inputs_indices
 

Detailed Description

template<typename FF>
struct acir_format::ProofSurgeon< FF >::RecursionWitnessData

Definition at line 92 of file proof_surgeon.hpp.

Member Data Documentation

◆ key_hash_index

template<typename FF >
uint32_t acir_format::ProofSurgeon< FF >::RecursionWitnessData::key_hash_index

Definition at line 94 of file proof_surgeon.hpp.

◆ key_indices

template<typename FF >
std::vector<uint32_t> acir_format::ProofSurgeon< FF >::RecursionWitnessData::key_indices

Definition at line 93 of file proof_surgeon.hpp.

◆ proof_indices

template<typename FF >
std::vector<uint32_t> acir_format::ProofSurgeon< FF >::RecursionWitnessData::proof_indices

Definition at line 95 of file proof_surgeon.hpp.

◆ public_inputs_indices

template<typename FF >
std::vector<uint32_t> acir_format::ProofSurgeon< FF >::RecursionWitnessData::public_inputs_indices

Definition at line 96 of file proof_surgeon.hpp.


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