ReactOS 0.4.15-dev-7842-g558ab78
mbedtls_aria_context Struct Reference

The ARIA context-type definition. More...

#include <aria.h>

Public Attributes

unsigned char nr
 
uint32_t rk [MBEDTLS_ARIA_MAX_ROUNDS+1][MBEDTLS_ARIA_BLOCKSIZE/4]
 

Detailed Description

The ARIA context-type definition.

Definition at line 102 of file aria.h.

Member Data Documentation

◆ nr

unsigned char mbedtls_aria_context::nr

The number of rounds (12, 14 or 16)

Definition at line 104 of file aria.h.

◆ rk

The ARIA round keys.

Definition at line 106 of file aria.h.


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