update everything

This commit is contained in:
afonya2 2025-05-17 17:42:34 +02:00
parent 667452c49e
commit ff4bf3525d
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
4 changed files with 4 additions and 11 deletions

View file

@ -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,