void rc4_crypt(rc4_state_t* state, void* data, size_t len);
Encrypts or decrypts len bytes pointed to by data. The state structure can be initialized with the rc4_init function.
void rc4_crypt(rc4_state_t* state, void* data, size_t len);
Encrypts or decrypts len bytes pointed to by data. The state structure can be initialized with the rc4_init function.