1 Star 0 Fork 0

linuxmail/unrar-nonfree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sha1.hpp 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
Norbert Preining 提交于 2018-10-24 17:44 +08:00 . Import Upstream version 5.5.8
#ifndef _RAR_SHA1_
#define _RAR_SHA1_
typedef struct {
uint32 state[5];
uint64 count;
unsigned char buffer[64];
} sha1_context;
void sha1_init( sha1_context * c );
void sha1_process(sha1_context * c, const byte *data, size_t len);
void sha1_process_rar29(sha1_context *context, const unsigned char *data, size_t len);
void sha1_done( sha1_context * c, uint32 digest[5] );
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/linuxmail/unrar-nonfree.git
git@gitee.com:linuxmail/unrar-nonfree.git
linuxmail
unrar-nonfree
unrar-nonfree
master

搜索帮助