bngermain.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 21 行
H
21 行
/*
* $Id: bngermain.h,v 1.1 1997/12/14 11:30:14 wprice Exp $
*/
#ifndef Included_bngermain_h
#define Included_bngermain_h
#include "pgpBase.h"
PGP_BEGIN_C_DECLARATIONS
#include "pgpBigNumOpaqueStructs.h"
/* Generate a Sophie Germain prime */
int bnGermainPrimeGen(BigNum *bn, unsigned dbl,
int (*f)(void *arg, int c), void *arg);
PGP_END_C_DECLARATIONS
#endif /* Included_bngermain_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?