📄 pgpidea.h
字号:
/*
* pgpIDEA.h - header file for pgpIDEA.c
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
* $Id: pgpIDEA.h,v 1.8 1999/03/25 18:20:29 melkins Exp $
*/
#ifndef Included_pgpIDEA_h
#define Included_pgpIDEA_h
#include "pgpSDKBuildFlags.h"
#ifndef PGP_IDEA
#error you must define PGP_IDEA one way or the other
#endif
#if PGP_IDEA /* [ */
#include "pgpSymmetricCipherPriv.h" /* for Cipher */
PGP_BEGIN_C_DECLARATIONS
/*
* This is the definition of the IDEA cipher, for use with the
* PGP Generic Cipher code.
*/
extern PGPCipherVTBL const cipherIDEA;
PGP_END_C_DECLARATIONS
#endif /* ] PGP_IDEA */
#endif /* !Included_pgpIDEA_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -