home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
GameSmith1-Hisoft-System.DMS
/
in.adf
/
GDS_System.lha
/
cydec_proto.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-03-16
|
313 b
|
8 lines
/* cypher/decypher module function prototypes */
/* sizeof(int) must be 32 bits. */
__stdargs int gs_identify_cypher(int,unsigned char *);
__stdargs unsigned char *gs_cypher_block(int *,int);
__stdargs void gs_encrypt_data(int,unsigned char *);
__stdargs void gs_decrypt_data(int,unsigned char *);