加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lxz_hash.h 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef __LXZ_HASH_H__
#define __LXZ_HASH_H__
uint32 lxz_hash_f_ROR(uint32 u_init_value, const uint08 * p_data_buf, sint32 i_data_size);
uint32 lxz_hash_f_ROL(uint32 u_init_value, const uint08 * p_data_buf, sint32 i_data_size);
#endif /* __LXZ_HASH_H__ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化