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

📄 pgmd5.h

📁 本软件采用MD5算法生成消息摘要,并且具有针对自然攻击的计算检测错误率的功能
💻 H
字号:
#ifndef _PGMD5 
#define _PGMD5 

#include <stdio.h>//定义输入/输出函数 
#include <time.h>//定义关于时间的函数 
#include <math.h>//定义数学函数
#include <stdlib.h>//定义杂项函数及内存分配函数 
#include <malloc.h>


struct econfig
{
	unsigned short uBnumber;
	unsigned short uDistr;
	unsigned short uEtype;
};


void Bitconstgen(unsigned short *bitf);

void Packetgen(int nByte,unsigned short *uPacket);
	
#endif







⌨️ 快捷键说明

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