ARC4 context structure. More...
#include <arc4.h>
Data Fields | |
| int | x |
| int | y |
| unsigned char | m [256] |
ARC4 context structure.
Definition at line 10 of file arc4.h.
| unsigned char arc4_context::m[256] |
permutation table
Definition at line 14 of file arc4.h.
Referenced by arc4_crypt(), and arc4_setup().
permutation index
Definition at line 12 of file arc4.h.
Referenced by arc4_crypt(), and arc4_setup().
permutation index
Definition at line 13 of file arc4.h.
Referenced by arc4_crypt(), and arc4_setup().
1.6.3