dcrd/chaincfg/chainhash
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 chainhash: Implement a new chainhash package. (#730) 2016-08-08 12:05:51 -05:00
go.mod multi: Use crypto/blake256. 2019-08-07 18:54:55 -05:00
go.sum multi: Use crypto/blake256. 2019-08-07 18:54:55 -05:00
hash_test.go chaincfg: Move a test to chainhash package. 2019-03-08 00:28:27 -06:00
hash.go multi: Upstream chainhash abstraction sync 2016-11-16 12:48:40 -06:00
hashfuncs_test.go chainhash: Remove dup code from hash funcs. 2018-07-09 23:30:02 -05:00
hashfuncs.go multi: Use crypto/blake256. 2019-08-07 18:54:55 -05:00
README.md multi: Use https links where available. 2019-06-18 14:20:06 -05:00

chainhash

Build Status ISC License GoDoc

chainhash provides a generic hash type and associated functions that allows the specific hash algorithm to be abstracted.

Installation and updating

$ go get -u github.com/decred/dcrd/chaincfg/chainhash

License

Package chainhash is licensed under the copyfree ISC License.