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

#include <acir.hpp>

Public Member Functions

std::vector< uint8_t > bincodeSerialize () const
 
void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Static Public Member Functions

static Keccakf1600 bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

Acir::HeapArray input
 
Acir::HeapArray output
 

Friends

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

Detailed Description

Definition at line 1008 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

BlackBoxOp::Keccakf1600 Acir::BlackBoxOp::Keccakf1600::bincodeDeserialize ( std::vector< uint8_t >  input)
inlinestatic

Definition at line 6926 of file acir.hpp.

◆ bincodeSerialize()

std::vector< uint8_t > Acir::BlackBoxOp::Keccakf1600::bincodeSerialize ( ) const
inline

Definition at line 6919 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 1016 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 1023 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 6908 of file acir.hpp.

Member Data Documentation

◆ input

Acir::HeapArray Acir::BlackBoxOp::Keccakf1600::input

Definition at line 1009 of file acir.hpp.

◆ output

Acir::HeapArray Acir::BlackBoxOp::Keccakf1600::output

Definition at line 1010 of file acir.hpp.


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