Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
acir_format::Blake3Constraint Struct Reference

#include <blake3_constraint.hpp>

Public Member Functions

 MSGPACK_FIELDS (inputs, result)
 

Public Attributes

std::vector< Blake3Inputinputs
 
std::array< uint32_t, 32 > result
 

Friends

bool operator== (Blake3Constraint const &lhs, Blake3Constraint const &rhs)=default
 

Detailed Description

Definition at line 25 of file blake3_constraint.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

acir_format::Blake3Constraint::MSGPACK_FIELDS ( inputs  ,
result   
)

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( Blake3Constraint const &  lhs,
Blake3Constraint const &  rhs 
)
friend

Member Data Documentation

◆ inputs

std::vector<Blake3Input> acir_format::Blake3Constraint::inputs

Definition at line 26 of file blake3_constraint.hpp.

◆ result

std::array<uint32_t, 32> acir_format::Blake3Constraint::result

Definition at line 27 of file blake3_constraint.hpp.


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