Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Structures | Macros | Functions
internal-keccakp-200.h File Reference

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...
 

Detailed Description

Internal implementation of the Keccak-p[200] permutation.

Function Documentation

void keccakp_200_permute ( keccakp_200_state_t state)

Permutes the Keccak-p[200] state.

Parameters
stateThe Keccak-p[200] state to be permuted.