Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::PureKeccakF1600 Class Reference

#include <pure_keccakf1600.hpp>

Inheritance diagram for bb::avm2::simulation::PureKeccakF1600:
bb::avm2::simulation::KeccakF1600Interface

Public Member Functions

 PureKeccakF1600 ()=default
 
 ~PureKeccakF1600 () override=default
 
void permutation (MemoryInterface &memory, MemoryAddress dst_addr, MemoryAddress src_addr) override
 
- Public Member Functions inherited from bb::avm2::simulation::KeccakF1600Interface
virtual ~KeccakF1600Interface ()=default
 

Detailed Description

Definition at line 7 of file pure_keccakf1600.hpp.

Constructor & Destructor Documentation

◆ PureKeccakF1600()

bb::avm2::simulation::PureKeccakF1600::PureKeccakF1600 ( )
default

◆ ~PureKeccakF1600()

bb::avm2::simulation::PureKeccakF1600::~PureKeccakF1600 ( )
overridedefault

Member Function Documentation

◆ permutation()

void bb::avm2::simulation::PureKeccakF1600::permutation ( MemoryInterface memory,
MemoryAddress  dst_addr,
MemoryAddress  src_addr 
)
overridevirtual

Implements bb::avm2::simulation::KeccakF1600Interface.

Definition at line 11 of file pure_keccakf1600.cpp.


The documentation for this class was generated from the following files: