dynamophp/hash
Composer 安装命令:
composer require dynamophp/hash
包简介
README 文档
README
Purpose
For a given string the hash function should return a value in the interval [0;360].
Hash : String --> Float [0;360]
To achieve its goal, the hash function will use a given hash function (for example sha256) and hash the input.
From the hashed input, it will transform it to a float in the wanted interval.
In this implementation, the function will take the X first and Y last characters of the primary hash function's result and apply a transformation to obtain a number in the interval.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-24