Tor 0.4.9.2-alpha-dev
|
#include <hs_pow.h>
Data Fields | |
uint8_t | seed [HS_POW_SEED_LEN] |
ed25519_public_key_t | service_blinded_id |
uint32_t | effort |
int | CompiledProofOfWorkHash |
The inputs to the PoW solver, derived from the descriptor data and the client's per-connection effort choices.
int CompiledProofOfWorkHash |
uint32_t effort |
Effort chosen by the client. May be higher or lower than suggested_effort in the descriptor.
Definition at line 86 of file hs_pow.h.
Referenced by hs_pow_solve().
uint8_t seed[HS_POW_SEED_LEN] |
ed25519_public_key_t service_blinded_id |