# chainhash [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/p9c/p9/chaincfg/chainhash) chainhash provides a generic hash type and associated functions that allows the specific hash algorithm to be abstracted. ## Installation and Updating ```bash $ go get -u github.com/p9c/p9/chaincfg/chainhash ``` ## License Package chainhash is licensed under the [copyfree](http://copyfree.org) ISC License.