9 lines
137 B
C
9 lines
137 B
C
#ifndef _DES2_H_
|
|
#define _DES2_H_
|
|
|
|
int des(unsigned char *source,unsigned char * dest,unsigned char * inkey, int flg);
|
|
|
|
#endif
|
|
|
|
|