pgmd5.h
来自「本软件采用MD5算法生成消息摘要,并且具有针对自然攻击的计算检测错误率的功能」· C头文件 代码 · 共 31 行
H
31 行
#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 + =
减小字号Ctrl + -
显示快捷键?