LibXenon
Bare-metal Xbox 360 homebrew library
|
#include "rc4.h"
Go to the source code of this file.
Functions | |
void | rc4_init (unsigned char *state, unsigned char *key, int len) |
void | rc4_crypt (unsigned char *state, unsigned char *data, int len) |