文件名称:inthash:基于Knuth的Javascript(&Typescript)乘法哈希方法的整数哈希库
文件大小:173KB
文件格式:ZIP
更新时间:2024-03-05 05:41:36
TypeScript
处理 基于Knuth针对Javascript(&Typescript)的乘法哈希算法的整数哈希库。 安装 npm install inthash 用法 使用Inthash之前,需要3个值。 主要的 逆 Xor(随机数) 幸运的是,我们还提供了CLI工具。 $ npx inthash Prime : 1288792847 Inverse : 327558127 Xor : 74691595 $ npx inthash | pbcopy then paste to your code! :-) good luck. require('inthash').create(1288792847, 327558127, 74691595) 复制输出代码并将其粘贴到您的项目中。 只有两种方法。 encode和decode 。 const hashing = require
【文件预览】:
inthash-master
----.babelrc(204B)
----renovate.json(125B)
----package.json(1KB)
----.github()
--------workflows()
----jest.config.js(190B)
----package-lock.json(938KB)
----src()
--------inthash.ts(2KB)
--------cli.ts(331B)
--------inthash.test.ts(630B)
--------index.ts(54B)
----.npmignore(41B)
----.eslintrc.js(234B)
----tsconfig.json(372B)
----.gitignore(35B)
----README.md(2KB)