dcrd/mining
Nicola Larosa 1149d54cb9 multi: Use crypto/blake256.
This updates the code to make use of the new crypto/blake256 module instead of
github.com/dchest/blake256.

* change the references in the chaincfg/chainhash and gcs modules
* update chaincfg/chainhash to use the new Sum256 API
* remove references to dchest/blake256 from all go.sum files
2019-08-07 18:54:55 -05:00
..
doc.go docs: Add/update doc.go in a few spots (#277) 2016-07-08 11:09:32 -05:00
go.mod multi: Update all modules for chaincfg v1.5.1. 2019-06-17 15:54:31 -05:00
go.sum multi: Use crypto/blake256. 2019-08-07 18:54:55 -05:00
mining.go blockchain: Reverse utxo set semantics. 2018-11-09 17:23:46 -06:00
policy.go mining/mempool: Move priority code to mining pkg. 2018-03-03 00:18:01 -06:00
README.md multi: Use https links where available. 2019-06-18 14:20:06 -05:00

mining

Build Status ISC License GoDoc

Overview

This package is currently a work in progress.

Installation and Updating

$ go get -u github.com/decred/dcrd/mining

License

Package mining is licensed under the copyfree ISC License.