mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
crypto: update variant
This commit is contained in:
parent
698a3387f7
commit
40bf2eb99c
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ int parse_address(const char *input, uint64_t *prefix)
|
||||||
|
|
||||||
void get_hash(const char *input, const size_t in_size, char **output)
|
void get_hash(const char *input, const size_t in_size, char **output)
|
||||||
{
|
{
|
||||||
crypto::cn_slow_hash(input, in_size, reinterpret_cast<crypto::hash&>(*output), 1);
|
crypto::cn_slow_hash(input, in_size, reinterpret_cast<crypto::hash&>(*output), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool check_hash(const char* hash, uint64_t difficulty)
|
bool check_hash(const char* hash, uint64_t difficulty)
|
||||||
|
|
Loading…
Reference in a new issue