node-pearson-hash:皮尔逊(Pearson)散列函数(http

时间:2024-06-13 04:20:21
【文件属性】:

文件名称:node-pearson-hash:皮尔逊(Pearson)散列函数(http

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-13 04:20:21

JavaScript

节点皮尔逊哈希 哈希函数,用于node.js / io.js 在做了 npm install pearson 使用它 Pearson散列函数依赖于从0到255的整数的排列。此后,我将这种排列称为“种子”。 var pearson = require ( 'pearson' ) ; //To generate a seed. Returns a buffer var s = pearson . seed ( ) ; //To calculate a hash. Returns a buffer. hashLength must be an integer between 1 and 8 var h = pearson ( data , hashLength , seed ) ; //If the seed is omitted, the function will return an


【文件预览】:
node-pearson-hash-master
----LICENSE(1KB)
----test()
--------collision.js(3KB)
----README.md(881B)
----.gitignore(526B)
----index.js(2KB)
----package.json(560B)

网友评论