dcrd/chaincfg/chainhash
2017-08-22 12:55:35 -04:00
..
doc.go chainhash: Implement a new chainhash package. (#730) 2016-08-08 12:05:51 -05:00
hash_test.go multi: Upstream chainhash abstraction sync 2016-11-16 12:48:40 -06:00
hash.go multi: Upstream chainhash abstraction sync 2016-11-16 12:48:40 -06:00
hashfuncs_test.go multi: Upstream chainhash abstraction sync 2016-11-16 12:48:40 -06:00
hashfuncs.go Use dchest/blake256 (#827) 2017-08-22 12:55:35 -04:00
README.md multi: Update markdown in README files to match change in github parser. 2017-05-26 12:06:19 -04: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.