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

#include <byte_array.fuzzer.hpp>

Public Attributes

uint32_t randomseed
 
Element element
 
TwoArgs twoArgs
 
ThreeArgs threeArgs
 
SliceArgs sliceArgs
 
GetBitArgs getBitArgs
 
SetBitArgs setBitArgs
 

Detailed Description

template<typename Builder>
union ByteArrayFuzzBase< Builder >::Instruction::ArgumentContents

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

Member Data Documentation

◆ element

template<typename Builder >
Element ByteArrayFuzzBase< Builder >::Instruction::ArgumentContents::element

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

◆ getBitArgs

template<typename Builder >
GetBitArgs ByteArrayFuzzBase< Builder >::Instruction::ArgumentContents::getBitArgs

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

◆ randomseed

template<typename Builder >
uint32_t ByteArrayFuzzBase< Builder >::Instruction::ArgumentContents::randomseed

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

◆ setBitArgs

template<typename Builder >
SetBitArgs ByteArrayFuzzBase< Builder >::Instruction::ArgumentContents::setBitArgs

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

◆ sliceArgs

template<typename Builder >
SliceArgs ByteArrayFuzzBase< Builder >::Instruction::ArgumentContents::sliceArgs

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

◆ threeArgs

template<typename Builder >
ThreeArgs ByteArrayFuzzBase< Builder >::Instruction::ArgumentContents::threeArgs

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

◆ twoArgs

template<typename Builder >
TwoArgs ByteArrayFuzzBase< Builder >::Instruction::ArgumentContents::twoArgs

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


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