Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aes128_constraint.hpp>
Public Member Functions | |
MSGPACK_FIELDS (inputs, iv, key, outputs) | |
Public Attributes | |
std::vector< WitnessOrConstant< bb::fr > > | inputs |
std::array< WitnessOrConstant< bb::fr >, 16 > | iv |
std::array< WitnessOrConstant< bb::fr >, 16 > | key |
std::vector< uint32_t > | outputs |
Friends | |
bool | operator== (AES128Constraint const &lhs, AES128Constraint const &rhs)=default |
Definition at line 26 of file aes128_constraint.hpp.
|
friend |
std::vector<WitnessOrConstant<bb::fr> > acir_format::AES128Constraint::inputs |
Definition at line 27 of file aes128_constraint.hpp.
std::array<WitnessOrConstant<bb::fr>, 16> acir_format::AES128Constraint::iv |
Definition at line 28 of file aes128_constraint.hpp.
std::array<WitnessOrConstant<bb::fr>, 16> acir_format::AES128Constraint::key |
Definition at line 29 of file aes128_constraint.hpp.
std::vector<uint32_t> acir_format::AES128Constraint::outputs |
Definition at line 30 of file aes128_constraint.hpp.