pgpusuals.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 27 行
H
27 行
/*
* pgpUsuals.h - Typedefs and #defines used widely.
*
* $Id: pgpUsuals.h,v 1.1 1998/12/15 18:40:29 wjb Exp $
*/
#ifndef Included_pgpUsuals_h
#define Included_pgpUsuals_h
#include "pgpBase.h"
#include "pgpOpaqueStructs.h"
PGP_BEGIN_C_DECLARATIONS
#if PGP_HAVE64
typedef PGPUInt64 bnword64;
#endif
/* The PGP Library Cipher IV Length */
#define IVLEN 10
PGP_END_C_DECLARATIONS
#endif /* Included_pgpUsuals_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?