GNUnet  0.20.0
BestPow Struct Reference

Helper struct that holds a found pow nonce and the corresponding number of leading zeros. More...

Data Fields

uint64_t pow
 PoW nonce. More...
 
unsigned int bits
 Corresponding zero bits in hash. More...
 

Detailed Description

Helper struct that holds a found pow nonce and the corresponding number of leading zeros.

Definition at line 58 of file revocation_api.c.

Field Documentation

◆ pow

uint64_t BestPow::pow

PoW nonce.

Definition at line 63 of file revocation_api.c.

◆ bits

unsigned int BestPow::bits

Corresponding zero bits in hash.

Definition at line 68 of file revocation_api.c.


The documentation for this struct was generated from the following file: