![]() |
GNUnet
0.11.x
|
Helper struct that holds a found pow nonce and the corresponding number of leading zeroes. More...
Data Fields | |
uint64_t | pow |
PoW nonce. More... | |
unsigned int | bits |
Corresponding zero bits in hash. More... | |
Helper struct that holds a found pow nonce and the corresponding number of leading zeroes.
Definition at line 58 of file revocation_api.c.
uint64_t BestPow::pow |
PoW nonce.
Definition at line 63 of file revocation_api.c.
Referenced by GNUNET_REVOCATION_pow_round().
unsigned int BestPow::bits |
Corresponding zero bits in hash.
Definition at line 68 of file revocation_api.c.
Referenced by calculate_score(), and GNUNET_REVOCATION_pow_round().