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

📄 pgpsha2.h

📁 可以实现对邮件的加密解密以及签名
💻 H
字号:
/*____________________________________________________________________________
        Copyright (C) 2002 PGP Corporation
        All rights reserved.

	The SHA-256 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: pgpSHA2.h,v 1.2 2002/08/06 20:10:59 dallen Exp $
____________________________________________________________________________*/

#ifndef Included_pgpSHA256_h
#define Included_pgpSHA256_h

#include "pgpHashPriv.h"

PGP_BEGIN_C_DECLARATIONS

extern PGPHashVTBL const HashSHA256;
extern PGPHashVTBL const HashSHA384;
extern PGPHashVTBL const HashSHA512;

/* Set of big endian platforms */
#if PGP_WORDSBIGENDIAN
#define SHA256_BIG_ENDIAN 1
#define SHA512_BIG_ENDIAN 1
#endif

PGP_END_C_DECLARATIONS

#endif /* !Included_pgpSHA256_h */

⌨️ 快捷键说明

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