Versions in this module Expand all Collapse all v2 v2.0.1 Dec 6, 2021 v2.0.0 May 10, 2021 Changes in this version + var ErrCancelled = errors.New("canceled") + var ErrDone = errors.New("done") + var Hash = crypto.BLAKE2b_256 + func Score(msg []byte) float64 + type Worker struct + func New(numWorkers ...int) *Worker + func (w *Worker) Mine(ctx context.Context, data []byte, targetScore float64) (uint64, error) Other modules containing this package github.com/iotaledger/iota.go github.com/iotaledger/iota.go/v3