dcrd/chaincfg/chainhash
Dave Collins cecfb5a0b4
multi: Update README.md files for go modules.
This updates the installation and updating section of the README.md
files in the various packages to call out the module they are a part of
and instruct the consumer to use the standard go tooling instead of the
old, and no longer correct, package-based 'go get -u' instructions.
2021-01-22 14:39:23 -06: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 multi: sprinkle on more errors.As/Is 2020-12-24 13:46:38 -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: Update README.md files for go modules. 2021-01-22 14:39:23 -06:00

chainhash

Build Status ISC License Doc

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

Installation and Updating

This package is part of the github.com/decred/dcrd/chaincfg/chainhash module. Use the standard go tooling for working with modules to incorporate it.

License

Package chainhash is licensed under the copyfree ISC License.