dcrd/chaincfg/chainhash
2020-02-18 19:35:19 -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 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: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -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

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

License

Package chainhash is licensed under the copyfree ISC License.