mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
bump RX block version
This commit is contained in:
parent
d6a3511d59
commit
da6a2dc2c5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ bool tree_branch(const char (*hashes)[HASH_SIZE], size_t count, const char *hash
|
||||||
bool tree_branch_hash(const char hash[HASH_SIZE], const char (*branch)[HASH_SIZE], size_t depth, uint32_t path, char root[HASH_SIZE]);
|
bool tree_branch_hash(const char hash[HASH_SIZE], const char (*branch)[HASH_SIZE], size_t depth, uint32_t path, char root[HASH_SIZE]);
|
||||||
bool is_branch_in_tree(const char hash[HASH_SIZE], const char root[HASH_SIZE], const char (*branch)[HASH_SIZE], size_t depth, uint32_t path);
|
bool is_branch_in_tree(const char hash[HASH_SIZE], const char root[HASH_SIZE], const char (*branch)[HASH_SIZE], size_t depth, uint32_t path);
|
||||||
|
|
||||||
#define RX_BLOCK_VERSION 12
|
#define RX_BLOCK_VERSION 13
|
||||||
void rx_slow_hash_allocate_state(void);
|
void rx_slow_hash_allocate_state(void);
|
||||||
void rx_slow_hash_free_state(void);
|
void rx_slow_hash_free_state(void);
|
||||||
uint64_t rx_seedheight(const uint64_t height);
|
uint64_t rx_seedheight(const uint64_t height);
|
||||||
|
|
Loading…
Reference in a new issue