Key schedule for Skinny64 block ciphers when a tweak is in use. More...
#include <skinny64-cipher.h>
Data Fields | |
Skinny64Key_t | ks |
uint8_t | tweak [SKINNY64_BLOCK_SIZE] |
Key schedule for Skinny64 block ciphers when a tweak is in use.
Definition at line 91 of file skinny64-cipher.h.
Skinny64Key_t Skinny64TweakedKey_t::ks |
Basic key schedule, including the current tweak
Definition at line 94 of file skinny64-cipher.h.
uint8_t Skinny64TweakedKey_t::tweak[SKINNY64_BLOCK_SIZE] |
Current tweak value, to assist with changing it
Definition at line 97 of file skinny64-cipher.h.