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