Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <blake3_constraint.hpp>
Public Member Functions | |
MSGPACK_FIELDS (inputs, result) | |
Public Attributes | |
std::vector< Blake3Input > | inputs |
std::array< uint32_t, 32 > | result |
Friends | |
bool | operator== (Blake3Constraint const &lhs, Blake3Constraint const &rhs)=default |
Definition at line 25 of file blake3_constraint.hpp.
|
friend |
std::vector<Blake3Input> acir_format::Blake3Constraint::inputs |
Definition at line 26 of file blake3_constraint.hpp.
std::array<uint32_t, 32> acir_format::Blake3Constraint::result |
Definition at line 27 of file blake3_constraint.hpp.