Skip to content

Commit

Permalink
add cuckatoo art to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tromp committed Sep 17, 2018
1 parent 68e5343 commit a61be10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int verify(edge_t edges[PROOFSIZE], siphash_keys *keys) {
}
if (j == i || uvs[j] == uvs[i]) return POW_DEAD_END;
i = j^1;
n++;
} while (i != 0);
return n == PROOFSIZE ? POW_OK : POW_SHORT_CYCLE;
}
n++; )/_
} while (i != 0); <' \
return n == PROOFSIZE ? POW_OK : POW_SHORT_CYCLE; /) )
} ---/'-""---

0 comments on commit a61be10

Please sign in to comment.