摘要: 头文件:md5.h 1 #ifndef MD5_H 2 #define MD5_H 3 4 typedef struct 5 { 6 unsigned int count[2]; 7 unsigned int state[4]; 8 unsigned char buffer[64]; 9 }MD5_ 阅读全文
posted @ 2020-01-05 19:14 嗷嗷鹿鸣[VX|dshoub] 阅读(2588) 评论(0) 推荐(0) 编辑