1 Star 0 Fork 0

zhq1/node-multi-hashing-1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hefty1.h 198 Bytes
一键复制 编辑 原始数据 按行查看 历史
foxer666 提交于 2017-10-05 22:09 . Init
#ifndef HEFTY1_H
#define HEFTY1_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
void hefty1_hash(const char* input, char* output, uint32_t len);
#ifdef __cplusplus
}
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zhq1_admin/node-multi-hashing-1.git
git@gitee.com:zhq1_admin/node-multi-hashing-1.git
zhq1_admin
node-multi-hashing-1
node-multi-hashing-1
master

搜索帮助