代码拉取完成,页面将自动刷新
#ifndef HASHALGORITHM
#define HASHALGORITHM
#include <stdint.h>
#include <stdlib.h>
namespace HashSpace {
/**
* @brief hash 字符串哈希算法
* @param str 待hash的字符串
* @param str_len 字符串长度
* @param hash_type 哈希偏移标识
* @param case_sensitive 是否大消息敏感,默认是敏感的
* @return 哈希值
*/
uint64_t hash(const char *str, size_t str_len, uint32_t hash_type = 1, bool case_sensitive = true);
}
#endif //HASHALGORITHM
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。