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

@ -26,7 +26,7 @@ async function bruteForce(pos) {
}
if (pos == state.length - 1) {
let hash1 = IGA.hash(state.join(""))
let hash2 = IGA.hash(state.join(""), 0, 32, 32, 32768)
let hash2 = IGA.hash(state.join(""), 0, 32, 32768)
if (seen[hash1] != undefined) {
collisions.push({
hash: hash1,