libhasha 2.2.2
Loading...
Searching...
No Matches
keccak_k.h File Reference

Keccak Constants for Hash Computation. More...

Include dependency graph for keccak_k.h:

Go to the source code of this file.

Macros

#define HA_KECCAK_224_RATE   144
 The rate (in bytes) used for the KECCAK/SHA3 224 algorithms.
#define HA_KECCAK_256_RATE   136
 The rate (in bytes) used for the KECCAK/SHA3 256 algorithms.
#define HA_KECCAK_384_RATE   104
 The rate (in bytes) used for the KECCAK/SHA3 384 algorithms.
#define HA_KECCAK_512_RATE   72
 The rate (in bytes) used for the KECCAK/SHA3 512 algorithms.

Detailed Description

Keccak Constants for Hash Computation.

Definition in file keccak_k.h.

Macro Definition Documentation

◆ HA_KECCAK_224_RATE

#define HA_KECCAK_224_RATE   144

The rate (in bytes) used for the KECCAK/SHA3 224 algorithms.

Definition at line 15 of file keccak_k.h.

◆ HA_KECCAK_256_RATE

#define HA_KECCAK_256_RATE   136

The rate (in bytes) used for the KECCAK/SHA3 256 algorithms.

Definition at line 21 of file keccak_k.h.

◆ HA_KECCAK_384_RATE

#define HA_KECCAK_384_RATE   104

The rate (in bytes) used for the KECCAK/SHA3 384 algorithms.

Definition at line 27 of file keccak_k.h.

◆ HA_KECCAK_512_RATE

#define HA_KECCAK_512_RATE   72

The rate (in bytes) used for the KECCAK/SHA3 512 algorithms.

Definition at line 33 of file keccak_k.h.