uint8_t rc4_output(rc4_state_t* state);
Returns the next byte of the RC4 key stream. The state structure can be initialized with the rc4_init function.
uint8_t rc4_output(rc4_state_t* state);
Returns the next byte of the RC4 key stream. The state structure can be initialized with the rc4_init function.