Expand description
Implementation of PowManager
, for tracking proof-of-work seeds and data
for adjusting difficulty.
ModulesΒ§
- v1 π
- Code implementing version 1 proof-of-work for onion service hosts.
StructsΒ§
- NewPow
Manager π - Struct to hold various things you get when you make a new
PowManager
.
ConstantsΒ§
- REND_
QUEUE_ πDEPTH - Depth of the
RendRequest
queue.
FunctionsΒ§
- make_
rend_ πqueue - Make a MPSC channel for the rendevouz request queue.