#include <pure_keccakf1600.hpp>
Definition at line 7 of file pure_keccakf1600.hpp.
◆ PureKeccakF1600()
| bb::avm2::simulation::PureKeccakF1600::PureKeccakF1600 |
( |
| ) |
|
|
default |
◆ ~PureKeccakF1600()
| bb::avm2::simulation::PureKeccakF1600::~PureKeccakF1600 |
( |
| ) |
|
|
overridedefault |
◆ permutation()
Fast-mode Keccak-f[1600] permutation (no event emission).
Reads 25 U64 values from the memory slice at src_addr, applies the reference ethash_keccakf1600 implementation, and writes the result to dst_addr.
- Parameters
-
| memory | Memory interface for reading/writing the state slices. |
| dst_addr | Base address of the output memory slice. |
| src_addr | Base address of the input memory slice. |
- Exceptions
-
Implements bb::avm2::simulation::KeccakF1600Interface.
Definition at line 25 of file pure_keccakf1600.cpp.
The documentation for this class was generated from the following files: