|
Lightweight Cryptography Primitives
|
Internal implementation of the Keccak-p[200] permutation. More...
#include "internal-util.h"Go to the source code of this file.
Data Structures | |
| union | keccakp_200_state_t |
| Structure of the internal state of the Keccak-p[200] permutation. More... | |
Macros | |
| #define | KECCAKP_200_STATE_SIZE 25 |
| Size of the state for the Keccak-p[200] permutation. | |
Functions | |
| void | keccakp_200_permute (keccakp_200_state_t *state) |
| Permutes the Keccak-p[200] state. More... | |
Internal implementation of the Keccak-p[200] permutation.
| void keccakp_200_permute | ( | keccakp_200_state_t * | state | ) |
Permutes the Keccak-p[200] state.
| state | The Keccak-p[200] state to be permuted. |
1.8.6