//
pkg.gl
Category
github.com/iotaledger/goshimmer
packages
core
pow
package
0.9.8
Repository:
https://github.com/iotaledger/goshimmer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
4
Files
119 SLOC
#
Functions
New
New creates a new PoW based on the provided hash.
#
Constants
NonceBytes
NonceBytes specifies the number of bytes required for the nonce.
#
Variables
ErrCancelled
errors returned by the PoW.
ErrDone
errors returned by the PoW.
#
Structs
Worker
The Worker provides PoW functionality using an arbitrary hash function.
#
Interfaces
Hash
Hash identifies a cryptographic hash function that is implemented in another package.