libosmogsm 1.10.0.58-6cd7a
Osmocom GSM library
|
#include "KeccakP-1600-3gpp.h"
Macros | |
#define | ROTATE64(value, n) ((((uint64_t)(value))<<(n)) | (((uint64_t)(value))>>(64-(n)))) |
Functions | |
void | Keccak_f_64 (uint64_t s[25]) |
void | Keccak_f_8 (uint8_t s[200]) |
void | Keccak_f_32 (uint32_t s[50]) |
Variables | |
const uint8_t | Rho [25] |
const uint8_t | Pi [25] |
const uint8_t | Iota [24] |
void Keccak_f_64 | ( | uint64_t | s[25] | ) |
References Iota, Pi, Rho, and ROTATE64.
Referenced by tuak_core().
const uint8_t Iota[24] |
Referenced by Keccak_f_32(), Keccak_f_64(), and Keccak_f_8().
const uint8_t Pi[25] |
Referenced by Keccak_f_32(), Keccak_f_64(), and Keccak_f_8().
const uint8_t Rho[25] |
Referenced by Keccak_f_32(), Keccak_f_64(), and Keccak_f_8().