#include <aversive.h>
Go to the source code of this file.
Data Structures | |
struct | rc4_state |
Functions | |
void | rc4_init (uint8_t *key, uint8_t length) |
uint8_t | rc4_crypt_char (uint8_t data) |
uint8_t rc4_crypt_char | ( | uint8_t | data | ) |
void rc4_init | ( | uint8_t * | key, | |
uint8_t | length | |||
) |
Definition at line 44 of file rc4.c.
References a, i, rc4_state::m, s, rc4_state::x, and rc4_state::y.