Module pow

Source
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§

NewPowManager 🔒
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.