Module v1

Source
Expand description

Client support for the v1 onion service proof of work scheme

Structs§

HsPowClientV1 🔒
Client-side state for the ‘v1’ scheme in particular

Constants§

CLIENT_MAX_POW_EFFORT 🔒
Client maximum effort.
CLIENT_MIN_RETRY_POW_EFFORT 🔒
Minimum effort for retries.
CLIENT_POW_EFFORT_DOUBLE_UNTIL 🔒
Double effort at retry until this threshold.
CLIENT_POW_RETRY_MULTIPLIER 🔒
Effort multiplier to use above the doubling threshold.