#include <arc4.h>
Data Fields | |
int | m [256] |
int | x |
int | y |
Definition at line 14 of file arc4.h.
int arc4_context::m[256] |
permutation table
Definition at line 16 of file arc4.h.
Referenced by arc4_crypt(), and arc4_setup().
permutation index
Definition at line 17 of file arc4.h.
Referenced by arc4_crypt(), and arc4_setup().
permutation index
Definition at line 18 of file arc4.h.
Referenced by arc4_crypt(), and arc4_setup().