API for proof of work. More...
Data Fields | |
uint64_t | pow |
PoW nonce. More... | |
unsigned int | bits |
Corresponding zero bits in hash. More... | |
API for proof of work.
Definition at line 36 of file gnsrecord_pow.c.
uint64_t BestPow::pow |
PoW nonce.
Definition at line 41 of file gnsrecord_pow.c.
unsigned int BestPow::bits |
Corresponding zero bits in hash.
Definition at line 46 of file gnsrecord_pow.c.
Referenced by calculate_score().