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

📄 pgpcast5.h

📁 vc环境下的pgp源码
💻 H
字号:
/*
 * pgpCAST5.h - header file for pgpCAST5.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: pgpCAST5.h,v 1.6 1997/06/13 01:52:54 lloyd Exp $
 */
#ifndef Included_pgpCAST5_h
#define Included_pgpCAST5_h

#include "pgpSymmetricCipherPriv.h"		/* for Cipher */

PGP_BEGIN_C_DECLARATIONS

/*
 * This is the definition of the CAST5 cipher, for use with the
 * PGP Generic Cipher code.
 */
extern PGPCipherVTBL const cipherCAST5;

PGP_END_C_DECLARATIONS

#endif /* !Included_pgpCAST5_h */

⌨️ 快捷键说明

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