Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
ascon_masked_key_x2_t Union Reference

Structure of an ASCON key that has been masked with 2 shares. More...

#include <internal-ascon-m2.h>

Data Fields

uint64_t S [6]
 
uint32_t W [12]
 

Detailed Description

Structure of an ASCON key that has been masked with 2 shares.

Field Documentation

uint64_t ascon_masked_key_x2_t::S[6]

64-bit words of the masked key

uint32_t ascon_masked_key_x2_t::W[12]

32-bit words of the masked key


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