Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BlackBoxOp::AES128Encrypt Struct Reference

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

Acir::HeapArray inputs
 
Acir::HeapArray iv
 
Acir::HeapArray key
 
Acir::HeapArray outputs
 

Friends

bool operator== (const AES128Encrypt &, const AES128Encrypt &)
 

Detailed Description

Definition at line 601 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::BlackBoxOp::AES128Encrypt::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 609 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const AES128Encrypt lhs,
const AES128Encrypt rhs 
)
friend

Definition at line 4911 of file acir.hpp.

Member Data Documentation

◆ inputs

Acir::HeapArray Acir::BlackBoxOp::AES128Encrypt::inputs

Definition at line 602 of file acir.hpp.

◆ iv

Acir::HeapArray Acir::BlackBoxOp::AES128Encrypt::iv

Definition at line 603 of file acir.hpp.

◆ key

Acir::HeapArray Acir::BlackBoxOp::AES128Encrypt::key

Definition at line 604 of file acir.hpp.

◆ outputs

Acir::HeapArray Acir::BlackBoxOp::AES128Encrypt::outputs

Definition at line 605 of file acir.hpp.


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