16 lines
154 B
Markdown
16 lines
154 B
Markdown
# File: `RC4.h`
|
|
|
|
## Classes
|
|
|
|
- `RC4`
|
|
|
|
## Functions
|
|
|
|
- `void Init(int64 nKey);`
|
|
- `void Cypher(uchar* pData, int32 nLen);`
|
|
|
|
## Notable Comments
|
|
|
|
- /*
|
|
- */
|