Skinny-C
 All Data Structures Files Functions Variables Groups Pages
Data Fields
Skinny128TweakedKey_t Struct Reference

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]
 

Detailed Description

Key schedule for Skinny128 block ciphers when a tweak is in use.

Definition at line 90 of file skinny128-cipher.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: