pgpidea.h

来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 28 行

H
28
字号
/*
 * 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.1 1998/08/18 22:59:24 dgal Exp $
 */
#ifndef Included_pgpIDEA_h
#define Included_pgpIDEA_h

#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 /* !Included_pgpIDEA_h */



⌨️ 快捷键说明

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