Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

mbedtls_camellia_context Struct Reference

mbedtls_camellia_context Struct Reference

CAMELLIA context structure. More...

#include <camellia.h>

Data Fields

int nr
uint32_t rk [68]

Detailed Description

CAMELLIA context structure.

Definition at line 54 of file camellia.h.


Field Documentation

int nr

number of rounds

Definition at line 56 of file camellia.h.

uint32_t rk[68]

CAMELLIA round keys

Definition at line 57 of file camellia.h.