update everything
This commit is contained in:
parent
667452c49e
commit
ff4bf3525d
4 changed files with 4 additions and 11 deletions
|
@ -31,7 +31,7 @@ async function main() {
|
|||
failCount = 0
|
||||
let hash1 = IGA.hash(str)
|
||||
h = hash1
|
||||
let hash2 = IGA.hash(str, 0, 32, 32, 32768)
|
||||
let hash2 = IGA.hash(str, 0, 32, 32768)
|
||||
if (seen[hash1] != undefined) {
|
||||
collisions.push({
|
||||
hash: hash1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue