Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions
sha3.cpp File Reference
#include <crypto/sha3.h>
#include <crypto/common.h>
#include <span.h>
#include <algorithm>
#include <array>
#include <stdint.h>
Include dependency graph for sha3.cpp:

Go to the source code of this file.

Functions

void KeccakF (uint64_t(&st)[25])
 The Keccak-f[1600] transform. More...
 

Function Documentation

void KeccakF ( uint64_t(&)  st[25])

The Keccak-f[1600] transform.

Definition at line 23 of file sha3.cpp.