arc4_context Struct Reference

ARC4 context structure. More...

#include <arc4.h>


Data Fields

int x
int y
unsigned char m [256]


Detailed Description

ARC4 context structure.

Definition at line 10 of file arc4.h.


Field Documentation

int arc4_context::x

permutation index

Definition at line 12 of file arc4.h.

int arc4_context::y

permutation index

Definition at line 13 of file arc4.h.

unsigned char arc4_context::m[256]

permutation table

Definition at line 14 of file arc4.h.


The documentation for this struct was generated from the following file:
Generated on Fri Jul 11 17:59:49 2008 for Mobile-C by  doxygen 1.5.4