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

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]
 

Detailed Description

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

Definition at line 91 of file skinny64-cipher.h.

Field Documentation

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.


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