Key schedule for Skinny128 block ciphers when a tweak is in use. More...
#include <skinny128-cipher.h>
Data Fields | |
Skinny128Key_t | ks |
uint8_t | tweak [SKINNY128_BLOCK_SIZE] |
Key schedule for Skinny128 block ciphers when a tweak is in use.
Definition at line 90 of file skinny128-cipher.h.
Skinny128Key_t Skinny128TweakedKey_t::ks |
Basic key schedule, including the current tweak
Definition at line 93 of file skinny128-cipher.h.
uint8_t Skinny128TweakedKey_t::tweak[SKINNY128_BLOCK_SIZE] |
Current tweak value, to assist with changing it
Definition at line 96 of file skinny128-cipher.h.