pgpfixedkey.h

来自「PGP—Pretty Good Privacy」· C头文件 代码 · 共 22 行

H
22
字号
/*
 * A single, fixed PGP key for decryption operations.
 *
 * $Id: pgpFixedKey.h,v 1.10 1997/09/30 21:03:01 lloyd 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, size_t *plen,
	PGPByte const **q, size_t *qlen);
int
pgpElGfixed (unsigned bits, PGPByte const **p, size_t *plen,
	PGPByte const **g, size_t *glen);


PGP_END_C_DECLARATIONS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?