📄 pgpusuals.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -