pgpfixedkey.h

来自「可以实现对邮件的加密解密以及签名」· C头文件 代码 · 共 22 行

H
22
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?