Skip to main content

Module pow

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.