Key schedule for Skinny64 block ciphers. More...
#include <skinny64-cipher.h>
Data Fields | |
unsigned | rounds |
Skinny64HalfCells_t | schedule [SKINNY64_MAX_ROUNDS] |
Key schedule for Skinny64 block ciphers.
Definition at line 78 of file skinny64-cipher.h.
unsigned Skinny64Key_t::rounds |
Number of encryption/decryption rounds
Definition at line 81 of file skinny64-cipher.h.
Skinny64HalfCells_t Skinny64Key_t::schedule[SKINNY64_MAX_ROUNDS] |
All words of the key schedule
Definition at line 84 of file skinny64-cipher.h.