libhasha 2.2.2
|
Keccak Constants for Hash Computation. More...
#include "internal/internal.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. |
Keccak Constants for Hash Computation.
Definition in file keccak_k.h.
#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.
#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.
#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.
#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.