Lightweight Cryptography Primitives
|
Internal implementation of the GIMLI-24 permutation. More...
#include "internal-util.h"
Go to the source code of this file.
Functions | |
void | gimli24_permute (uint32_t state[12]) |
Permutes the GIMLI-24 state. More... | |
Internal implementation of the GIMLI-24 permutation.
References: https://gimli.cr.yp.to/
void gimli24_permute | ( | uint32_t | state[12] | ) |
Permutes the GIMLI-24 state.
state | The GIMLI-24 state to be permuted. |
The input and output state will be in little-endian byte order.