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

#include <blake2s_constraint.hpp>

Public Member Functions

 MSGPACK_FIELDS (inputs, result)
 

Public Attributes

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

Friends

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

Detailed Description

Definition at line 25 of file blake2s_constraint.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

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

Friends And Related Symbol Documentation

◆ operator==

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

Member Data Documentation

◆ inputs

std::vector<Blake2sInput> acir_format::Blake2sConstraint::inputs

Definition at line 26 of file blake2s_constraint.hpp.

◆ result

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

Definition at line 27 of file blake2s_constraint.hpp.


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