4 Star 11 Fork 17

ming369/Tiktok

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
yemd5.h 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
明天 提交于 2019-10-28 17:58 . first commit
#ifndef _YEMD5_H
#define _YEMD5_H
typedef struct{
uint count[2];
uint state[4];
uchar buffer[64];
} md5_ctx_s;
void yemd5_init(md5_ctx_s *context);
void yemd5_update(md5_ctx_s *context, uchar *data, uint size);
void yemd5_final(md5_ctx_s *context, uchar digest[16]);
#endif // _YEMD5_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ming369/Tiktok.git
git@gitee.com:ming369/Tiktok.git
ming369
Tiktok
Tiktok
master

搜索帮助