[][src]Module koibumi_core::pow

Functions for validating or performing the proof of work used by the Bitmessage protocol.

Structs

Nonce

The nonce of a proof of work.

NonceTrialsPerByte

One of parameters of the proof of work used by the Bitmessage protocol.

PayloadLengthExtraBytes

One of parameters of the proof of work used by the Bitmessage protocol.

Enums

ValidateError

An error which can be returne when validating a proof of work.

Functions

validate

Validates a proof of work used by the Bitmessage protocol.