Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
BoolFuzzBase< Builder >::ArgSizes Class Reference

#include <bool.fuzzer.hpp>

Static Public Attributes

static constexpr size_t CONSTANT = 1
 
static constexpr size_t WITNESS = 1
 
static constexpr size_t AND = 3
 
static constexpr size_t OR = 3
 
static constexpr size_t XOR = 3
 
static constexpr size_t SELECT_IF_EQ = 4
 
static constexpr size_t NOT = 2
 
static constexpr size_t ASSERT_EQUAL = 2
 
static constexpr size_t SET = 2
 
static constexpr size_t RANDOMSEED = sizeof(uint32_t)
 

Detailed Description

template<typename Builder>
class BoolFuzzBase< Builder >::ArgSizes

Definition at line 195 of file bool.fuzzer.hpp.

Member Data Documentation

◆ AND

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::AND = 3
staticconstexpr

Definition at line 199 of file bool.fuzzer.hpp.

◆ ASSERT_EQUAL

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::ASSERT_EQUAL = 2
staticconstexpr

Definition at line 204 of file bool.fuzzer.hpp.

◆ CONSTANT

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::CONSTANT = 1
staticconstexpr

Definition at line 197 of file bool.fuzzer.hpp.

◆ NOT

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::NOT = 2
staticconstexpr

Definition at line 203 of file bool.fuzzer.hpp.

◆ OR

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::OR = 3
staticconstexpr

Definition at line 200 of file bool.fuzzer.hpp.

◆ RANDOMSEED

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::RANDOMSEED = sizeof(uint32_t)
staticconstexpr

Definition at line 206 of file bool.fuzzer.hpp.

◆ SELECT_IF_EQ

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::SELECT_IF_EQ = 4
staticconstexpr

Definition at line 202 of file bool.fuzzer.hpp.

◆ SET

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::SET = 2
staticconstexpr

Definition at line 205 of file bool.fuzzer.hpp.

◆ WITNESS

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::WITNESS = 1
staticconstexpr

Definition at line 198 of file bool.fuzzer.hpp.

◆ XOR

template<typename Builder >
constexpr size_t BoolFuzzBase< Builder >::ArgSizes::XOR = 3
staticconstexpr

Definition at line 201 of file bool.fuzzer.hpp.


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