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 45 of file arc4.h.


Field Documentation

unsigned char arc4_context::m[256]

permutation table

Definition at line 49 of file arc4.h.

Referenced by arc4_crypt(), and arc4_setup().

permutation index

Definition at line 47 of file arc4.h.

Referenced by arc4_crypt(), and arc4_setup().

permutation index

Definition at line 48 of file arc4.h.

Referenced by arc4_crypt(), and arc4_setup().


The documentation for this struct was generated from the following file:

Generated on 9 Apr 2014 for PolarSSL v1.3.2 by  doxygen 1.6.1