📄 pgpfixedkey.h
字号:
/*
* A single, fixed PGP key for decryption operations.
*
* $Id: pgpFixedKey.h,v 1.4 2001/01/25 22:11:31 jeffc Exp $
*/
#include "pgpPubTypes.h"
#include "pgpOpaqueStructs.h"
PGP_BEGIN_C_DECLARATIONS
/* Return > 0 if find fixed prime params of the specified size, 0 if not */
int
pgpDSAfixed (unsigned bits, PGPByte const **p, PGPSize *plen,
PGPByte const **q, PGPSize *qlen);
int
pgpElGfixed (unsigned bits, PGPByte const **p, PGPSize *plen,
PGPByte const **g, PGPSize *glen);
PGP_END_C_DECLARATIONS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -