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

📄 pgpconvkey.h

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
/*
 * pgpConvKey.h -- Conventional Encryption Keys for PGP
 *
 * Written By:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpConvKey.h,v 1.3 2001/01/25 22:11:43 jeffc Exp $
 */

#ifndef Included_pgpConvKey_h
#define Included_pgpConvKey_h

#include "pgpUsuals.h"

PGP_BEGIN_C_DECLARATIONS


struct PGPConvKey {
	PGPConvKey const *		next;
	PGPStringToKey const *	stringToKey;
	char  *			pass;
	size_t					passlen;
};


PGP_END_C_DECLARATIONS

#endif /* Included_pgpConvKey_h */

⌨️ 快捷键说明

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