aversive_10-03-12/modules/crypto/rc4/rc4.h File Reference

#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)


Function Documentation

uint8_t rc4_crypt_char ( uint8_t  data  ) 

Definition at line 80 of file rc4.c.

References a, rc4_state::m, s, rc4_state::x, and rc4_state::y.

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.


Generated on Fri Mar 12 06:32:05 2010 for AVR by  doxygen 1.5.6