1
0
EQ2Emu/docs/code/RC4.md
2025-05-06 09:54:48 -04:00

16 lines
154 B
Markdown

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