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

#include <byte_array.fuzzer.hpp>

Static Public Attributes

static constexpr size_t CONSTANT = MAX_ARRAY_SIZE + sizeof(uint16_t)
 
static constexpr size_t REVERSE = 2
 
static constexpr size_t SLICE = 6
 
static constexpr size_t ADD = 3
 
static constexpr size_t SET = 2
 
static constexpr size_t RANDOMSEED = sizeof(uint32_t)
 

Detailed Description

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

Definition at line 244 of file byte_array.fuzzer.hpp.

Member Data Documentation

◆ ADD

template<typename Builder >
constexpr size_t ByteArrayFuzzBase< Builder >::ArgSizes::ADD = 3
staticconstexpr

Definition at line 249 of file byte_array.fuzzer.hpp.

◆ CONSTANT

template<typename Builder >
constexpr size_t ByteArrayFuzzBase< Builder >::ArgSizes::CONSTANT = MAX_ARRAY_SIZE + sizeof(uint16_t)
staticconstexpr

Definition at line 246 of file byte_array.fuzzer.hpp.

◆ RANDOMSEED

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

Definition at line 251 of file byte_array.fuzzer.hpp.

◆ REVERSE

template<typename Builder >
constexpr size_t ByteArrayFuzzBase< Builder >::ArgSizes::REVERSE = 2
staticconstexpr

Definition at line 247 of file byte_array.fuzzer.hpp.

◆ SET

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

Definition at line 250 of file byte_array.fuzzer.hpp.

◆ SLICE

template<typename Builder >
constexpr size_t ByteArrayFuzzBase< Builder >::ArgSizes::SLICE = 6
staticconstexpr

Definition at line 248 of file byte_array.fuzzer.hpp.


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