pgpcast5.h

来自「可以实现对邮件的加密解密以及签名」· C头文件 代码 · 共 28 行

H
28
字号
/*____________________________________________________________________________
        Copyright (C) 2002 PGP Corporation
        All rights reserved.

	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.5 2002/08/06 20:10:57 dallen 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 + =
减小字号Ctrl + -
显示快捷键?