|
Tor 0.4.9.3-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 |
Configuration option, choice of hash implementation. AUTOBOOL.
Definition at line 88 of file hs_pow.h.
Referenced by hs_pow_solve().
| 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 consider_sending_introduce1(), hs_pow_solve(), and pow_worker_replyfn().
| uint8_t seed[HS_POW_SEED_LEN] |
Seed value from a current descriptor
Definition at line 81 of file hs_pow.h.
Referenced by consider_sending_introduce1(), and hs_pow_solve().
| ed25519_public_key_t service_blinded_id |
Blinded public ID for the onion service this puzzle is bound to
Definition at line 83 of file hs_pow.h.
Referenced by consider_sending_introduce1(), hs_pow_queue_work(), and hs_pow_solve().