Cogs.Core
Public Attributes | List of all members
AES_ctx Struct Reference

Public Attributes

uint8_t RoundKey [AES_keyExpSize]
 
uint8_t Iv [AES_BLOCKLEN]
 

Detailed Description

Definition at line 43 of file aes.h.

Member Data Documentation

◆ Iv

uint8_t AES_ctx::Iv[AES_BLOCKLEN]

Definition at line 47 of file aes.h.

◆ RoundKey

uint8_t AES_ctx::RoundKey[AES_keyExpSize]

Definition at line 45 of file aes.h.


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