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