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

#include <acir.hpp>

Public Member Functions

void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

Acir::HeapArray input
 
Acir::HeapArray hash_values
 
Acir::HeapArray output
 

Friends

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

Detailed Description

Definition at line 1199 of file acir.hpp.

Member Function Documentation

◆ msgpack_pack()

void Acir::BlackBoxOp::Sha256Compression::msgpack_pack ( auto &  packer) const
inline

Definition at line 1206 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 1214 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 6619 of file acir.hpp.

Member Data Documentation

◆ hash_values

Acir::HeapArray Acir::BlackBoxOp::Sha256Compression::hash_values

Definition at line 1201 of file acir.hpp.

◆ input

Acir::HeapArray Acir::BlackBoxOp::Sha256Compression::input

Definition at line 1200 of file acir.hpp.

◆ output

Acir::HeapArray Acir::BlackBoxOp::Sha256Compression::output

Definition at line 1202 of file acir.hpp.


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