Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BlackBoxFuncCall::XOR Struct Reference

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

Acir::FunctionInput lhs
 
Acir::FunctionInput rhs
 
uint32_t num_bits
 
Acir::Witness output
 

Friends

bool operator== (const XOR &, const XOR &)
 

Detailed Description

Definition at line 2181 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::BlackBoxFuncCall::XOR::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 2189 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const XOR lhs,
const XOR rhs 
)
friend

Definition at line 4363 of file acir.hpp.

Member Data Documentation

◆ lhs

Acir::FunctionInput Acir::BlackBoxFuncCall::XOR::lhs

Definition at line 2182 of file acir.hpp.

◆ num_bits

uint32_t Acir::BlackBoxFuncCall::XOR::num_bits

Definition at line 2184 of file acir.hpp.

◆ output

Acir::Witness Acir::BlackBoxFuncCall::XOR::output

Definition at line 2185 of file acir.hpp.

◆ rhs

Acir::FunctionInput Acir::BlackBoxFuncCall::XOR::rhs

Definition at line 2183 of file acir.hpp.


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