DefaultSha256ProofOfWorkProvider

A class to wrap the properties of a SHA-256 into a single instance.

Constructors

Link copied to clipboard
constructor(world: Int)

Properties

Link copied to clipboard

the SHA-256 proof of work provider.

Functions

Link copied to clipboard
open override fun provide(inetAddress: InetAddress): ProofOfWork<Sha256Challenge, Sha256MetaData>?

Provides a proof of work instance for a given inetAddress.