Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
gift128_key_schedule_t Struct Reference

Structure of an expanded GIFT-128 key schedule. More...

#include <gift-bc.h>

Data Fields

uint32_t k [80]
 

Detailed Description

Structure of an expanded GIFT-128 key schedule.

Note
This structure is sized to hold the largest possible key schedule in the back end implementation. The actual schedule may be smaller than this if a memory-constrained back end is in use. The function gift128_get_key_schedule_size() can be used to dynamically allocate a memory buffer of the correct size.

Field Documentation

uint32_t gift128_key_schedule_t::k[80]

Round keys


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