📄 pgpcrc.h
字号:
/*
* pgpCRC.h -- this is used for CRC Checksums.
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
* $Id: pgpCRC.h,v 1.4 1997/06/04 16:17:46 lloyd Exp $
*/
#include "pgpUsuals.h"
PGP_BEGIN_C_DECLARATIONS
PGPUInt32 crcUpdate(PGPUInt32 crc, PGPByte const *buf, unsigned len);
PGP_END_C_DECLARATIONS
#define CRC_INIT 0xb704ceu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -