arc4_context Struct Reference

ARC4 context structure. More...

#include <arc4.h>


Data Fields

int m [256]
int x
int y


Detailed Description

ARC4 context structure.

Definition at line 17 of file arc4.h.


Field Documentation

int arc4_context::m[256]

permutation table

Definition at line 19 of file arc4.h.

Referenced by arc4_crypt(), and arc4_setup().

int arc4_context::x

permutation index

Definition at line 20 of file arc4.h.

Referenced by arc4_crypt(), and arc4_setup().

int arc4_context::y

permutation index

Definition at line 21 of file arc4.h.

Referenced by arc4_crypt(), and arc4_setup().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 1 15:30:03 2008 for Mobile-C by  doxygen 1.5.4