update everything
This commit is contained in:
parent
667452c49e
commit
ff4bf3525d
4 changed files with 4 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue