Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
KECCAKF1600_Instruction Struct Reference

KECCAKF1600: Perform Keccak-f[1600] permutation on 25 U64 values M[dst_address:dst_address+25] = keccakf1600(M[src_address:src_address+25]) More...

#include <instruction.hpp>

Public Member Functions

 MSGPACK_FIELDS (src_address, dst_address)
 

Public Attributes

ParamRef src_address
 
AddressRef dst_address
 

Detailed Description

KECCAKF1600: Perform Keccak-f[1600] permutation on 25 U64 values M[dst_address:dst_address+25] = keccakf1600(M[src_address:src_address+25])

Examples
/opt/build/repo/barretenberg/cpp/src/barretenberg/avm_fuzzer/fuzz_lib/instruction.hpp.

Definition at line 611 of file instruction.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

KECCAKF1600_Instruction::MSGPACK_FIELDS ( src_address  ,
dst_address   
)

Member Data Documentation

◆ dst_address

AddressRef KECCAKF1600_Instruction::dst_address

◆ src_address

ParamRef KECCAKF1600_Instruction::src_address

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