fen: calc pos hash, hash: fix zobrist_init, add zobrist_verify

This commit is contained in:
2024-05-15 18:36:30 +02:00
parent 86f8184c56
commit 5db45a760a
3 changed files with 60 additions and 3 deletions

View File

@@ -90,6 +90,7 @@ extern hasht_t hash_tt; /* main transposition table */
void zobrist_init(void);
key_t zobrist_calc(pos_t *pos);
bool zobrist_verify(pos_t *pos);
int hash_create(int Mb);
void hash_clear(void);