📄 pgpmd5.h
字号:
/*
* pgpMD5.h -- The MD-5 Message Digest.
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
* $Id: pgpMD5.h,v 1.7 1997/08/30 03:05:59 hal Exp $
*/
#ifndef Included_pgpMD5_h
#define Included_pgpMD5_h
#include "pgpHashPriv.h"
PGP_BEGIN_C_DECLARATIONS
extern PGPHashVTBL const HashMD5;
void pgpMD5Transform(PGPUInt32 *block, PGPUInt32 const *key);
PGP_END_C_DECLARATIONS
#endif /* !Included_pgpMD5_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -