Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ROMTestParams< Builder_, TableSize_, NumReads_, PerformConstantOps_ > Struct Template Reference

Public Types

using Builder = Builder_
 

Static Public Attributes

static constexpr size_t table_size = TableSize_
 
static constexpr size_t num_reads = NumReads_
 
static constexpr bool perform_constant_ops = PerformConstantOps_
 

Detailed Description

template<typename Builder_, size_t TableSize_, size_t NumReads_, bool PerformConstantOps_>
struct ROMTestParams< Builder_, TableSize_, NumReads_, PerformConstantOps_ >

Definition at line 68 of file block_constraint.test.cpp.

Member Typedef Documentation

◆ Builder

template<typename Builder_ , size_t TableSize_, size_t NumReads_, bool PerformConstantOps_>
using ROMTestParams< Builder_, TableSize_, NumReads_, PerformConstantOps_ >::Builder = Builder_

Definition at line 69 of file block_constraint.test.cpp.

Member Data Documentation

◆ num_reads

template<typename Builder_ , size_t TableSize_, size_t NumReads_, bool PerformConstantOps_>
constexpr size_t ROMTestParams< Builder_, TableSize_, NumReads_, PerformConstantOps_ >::num_reads = NumReads_
staticconstexpr

Definition at line 71 of file block_constraint.test.cpp.

◆ perform_constant_ops

template<typename Builder_ , size_t TableSize_, size_t NumReads_, bool PerformConstantOps_>
constexpr bool ROMTestParams< Builder_, TableSize_, NumReads_, PerformConstantOps_ >::perform_constant_ops = PerformConstantOps_
staticconstexpr

Definition at line 72 of file block_constraint.test.cpp.

◆ table_size

template<typename Builder_ , size_t TableSize_, size_t NumReads_, bool PerformConstantOps_>
constexpr size_t ROMTestParams< Builder_, TableSize_, NumReads_, PerformConstantOps_ >::table_size = TableSize_
staticconstexpr

Definition at line 70 of file block_constraint.test.cpp.


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