Key schedule for Skinny128 block ciphers. More...
#include <skinny128-cipher.h>
Data Fields | |
unsigned | rounds |
Skinny128HalfCells_t | schedule [SKINNY128_MAX_ROUNDS] |
Key schedule for Skinny128 block ciphers.
Definition at line 77 of file skinny128-cipher.h.
unsigned Skinny128Key_t::rounds |
Number of encryption/decryption rounds
Definition at line 80 of file skinny128-cipher.h.
Skinny128HalfCells_t Skinny128Key_t::schedule[SKINNY128_MAX_ROUNDS] |
All words of the key schedule
Definition at line 83 of file skinny128-cipher.h.