Mbed OS Reference
|
CAMELLIA context structure. More...
#include <camellia.h>
Data Fields | |
int | nr |
uint32_t | rk [68] |
CAMELLIA context structure.
Definition at line 68 of file camellia.h.
int nr |
number of rounds
Definition at line 70 of file camellia.h.
uint32_t rk[68] |
CAMELLIA round keys
Definition at line 71 of file camellia.h.