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

#include <bool.fuzzer.hpp>

Public Attributes

uint32_t randomseed
 
bool element
 
TwoArgs twoArgs
 
ThreeArgs threeArgs
 
FourArgs fourArgs
 

Detailed Description

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

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

Member Data Documentation

◆ element

template<typename Builder >
bool BoolFuzzBase< Builder >::Instruction::ArgumentContents::element

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

◆ fourArgs

template<typename Builder >
FourArgs BoolFuzzBase< Builder >::Instruction::ArgumentContents::fourArgs

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

◆ randomseed

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

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

◆ threeArgs

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

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

◆ twoArgs

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

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


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