World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
Функции | |
struct AVAES * | av_aes_alloc (void) |
int | av_aes_init (struct AVAES *a, const uint8_t *key, int key_bits, int decrypt) |
void | av_aes_crypt (struct AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) |
Переменные | |
const int | av_aes_size |