Files
WindowsXP/printscan/fax/provider/t30/main/nsfenc.h
2025-04-27 07:49:33 -04:00

4 lines
177 B
C

/* 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);