Classes | |
| struct | rc4_state |
Functions | |
| void | rc4_removeWarningAndDoNothingFunction () |
| void | rc4_init (struct rc4_state *s, unsigned char *key, int length) |
| void | rc4_crypt (struct rc4_state *s, unsigned char *data, int length) |
Variables | |
| const int | RC4_keylength = 5 |
| const unsigned int | RC4_magicbyte = 0x29292929 |
| const unsigned char | RC4_key [] = "MSH05" |
|
|
|
|
||||||||||||||||
|
Definition at line 12 of file RC4.cpp. References crypt::rc4_state::m, crypt::rc4_state::x, and crypt::rc4_state::y. |
|
||||||||||||||||
|
Definition at line 35 of file RC4.cpp. References crypt::rc4_state::m, crypt::rc4_state::x, and crypt::rc4_state::y. |
|
|
|
|
|
|
|
|
|
1.3.6