📄 pgpdes3.h
字号:
/* pgpDES3.h - headers for TripleDES
*
* By Richard Outerbridge
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
* $Id: pgpDES3.h,v 1.6 1997/06/13 01:52:57 lloyd Exp $
*/
#ifndef Included_pgpDES3_h
#define Included_pgpDES3_h
#include "pgpSymmetricCipherPriv.h"
PGP_BEGIN_C_DECLARATIONS
/* This is the definition of the 3DES cipher, for use with the PGP
* Generic Cipher code.
*/
extern PGPCipherVTBL const cipher3DES;
PGP_END_C_DECLARATIONS
#endif /* Included_pgpDES3_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -