|
MAGMA
Cryptographic Library
|


Go to the source code of this file.
Macros | |
| #define | MASTER_KEY_LEN 32 |
| #define | ITER_KEYS_COUNT 32 |
| #define | ITER_KEY_LEN 4 |
Functions | |
| MagmaResult | key_expand (const unsigned char master_key[MASTER_KEY_LEN], unsigned char result_keys[ITER_KEYS_COUNT][ITER_KEY_LEN]) |
| #define ITER_KEY_LEN 4 |
| #define ITER_KEYS_COUNT 32 |
| #define MASTER_KEY_LEN 32 |
| MagmaResult key_expand | ( | const unsigned char | master_key[MASTER_KEY_LEN], |
| unsigned char | result_keys[ITER_KEYS_COUNT][ITER_KEY_LEN] ) |