CAMELLIA context structure. More...
#include <camellia.h>
Data Fields | |
| int | nr |
| uint32_t | rk [68] |
CAMELLIA context structure.
Definition at line 58 of file camellia.h.
number of rounds
Definition at line 60 of file camellia.h.
Referenced by camellia_crypt_ecb(), camellia_setkey_dec(), and camellia_setkey_enc().
| uint32_t camellia_context::rk[68] |
CAMELLIA round keys
Definition at line 61 of file camellia.h.
Referenced by camellia_crypt_ecb(), camellia_setkey_dec(), and camellia_setkey_enc().
1.6.1