⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pgpvrfysig.h

📁 vc环境下的pgp源码
💻 H
字号:
/*
 * pgpVrfySig.h -- Signature Verification Code
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpVrfySig.h,v 1.10 1997/07/31 22:51:48 lloyd Exp $
 */
#ifndef Included_pgpVrfySig_h
#define Included_pgpVrfySig_h

#include "pgpOpaqueStructs.h"
#include "pgpPubTypes.h"

PGP_BEGIN_C_DECLARATIONS

int pgpSigSetupPipeline (
		PGPContextRef cdkContext,
		PGPPipeline **head,
		PGPHashListRef *hashes,
		PGPByte const *hashlist, PGPUInt16 numHashes,
		PGPByte const *charmap);

int pgpSigSetupHashes (
		PGPContextRef cdkContext,
		PGPPipeline **tail, PGPEnv const *env,
		PGPHashListRef *hashlist,
		PGPSig const *siglist,
		PGPUICb const *ui, void *ui_arg);

PGPError	pgpSigVerify (PGPSig const *siglist, PGPHashListRef hashes,
				PGPUICb const *ui, void *arg);

int pgpSepsigVerify (PGPSig const *siglist, PGPEnv const *env,
		     PGPUICb const *ui, void *ui_arg);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpVrfySig_h */

⌨️ 快捷键说明

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