文件名称:short-hash:从字符串中获取简短的哈希值。 使用Bernstein流行的“ times 33”哈希算法,但返回十六进制字符串而不是数字
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-02 13:49:37
JavaScript
短哈希 从字符串中获取简短的哈希值。 使用伯恩斯坦流行的“ times 33”哈希算法,但返回十六进制字符串而不是数字 这只是的方便包装。 安装 使用安装short-hash : npm install --save short-hash 用法 模块使用 var shortHash = require ( 'short-hash' ) ; shortHash ( 'a string to hash...' ) ; 原料药 shortHash(str) 名称 类型 描述 力量 String 要哈希的字符串 返回: String ,十六进制字符串。 执照 麻省理工学院
【文件预览】:
short-hash-master
----src()
--------index.js(129B)
----.npmignore(6B)
----.travis.yml(49B)
----test()
--------test.js(594B)
----README.md(1008B)
----.gitignore(14B)
----package.json(612B)