World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Файл rc4.h

См. исходные тексты.

Классы

struct  AVRC4
 

Определения типов

typedef struct AVRC4 AVRC4
 

Функции

AVRC4av_rc4_alloc (void)
 
int av_rc4_init (struct AVRC4 *d, const uint8_t *key, int key_bits, int decrypt)
 Initializes an AVRC4 context. Подробнее...
 
void av_rc4_crypt (struct AVRC4 *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt)
 Encrypts / decrypts using the RC4 algorithm. Подробнее...