Expand description
§Resource proof
A mechanism to test resource availability (CPU and bandwidth) of a machine prior to it joining a network. This crate provides the creation and validation algorithms.
Validation has some CPU and memory requirements but far less than proof creation. Bandwidth tests (data transfer) affect the machine being proved and the machine doing validation equally; it is suggested that multiple machines test any new machine to apply an asymmetric load.
Structs§
- Resource
Proof - Holds the prover requirements
- Resource
Prover - Object used to compute a result
Functions§
- nonce_
from_ seed - Hashes given seed into a nonce for use in proofs