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.