18 lines
409 B
Markdown
18 lines
409 B
Markdown
# chainhash
|
|
|
|
# [](http://copyfree.org)
|
|
|
|
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 mleku.online/git/ec/chainhash
|
|
```
|
|
|
|
## License
|
|
|
|
Package chainhash is licensed under the [copyfree](http://copyfree.org) ISC
|
|
License.
|