mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
174 B
3 lines
174 B
/* Key must be 3 bytes of random key, datalen is the length of data */
|
|
void FAR PASCAL RC4ENC(BYTE FAR *key, WORD datalen, BYTE FAR *data);
|
|
DWORD FAR PASCAL RandDWord(void);
|