home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
crypl200.zip
/
BNLIB
/
GERMAIN.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-05-16
|
202b
|
13 lines
struct BigNum;
#ifdef __cplusplus
extern "C" {
#endif
/* Generate a Sophie Germain prime */
int germainPrimeGen(struct BigNum *bn, int (*f)(void *arg, int c), void *arg);
#ifdef __cplusplus
}
#endif