Files
dolt/vendor/github.com/codahale/blake2/README.md
Aaron Boodman 8fc7a9b223 Add more hash functions to clients/go/hash-perf-rig (#1598)
* go/hash-perf-rig: add sha256 and sha512 support

* go/hash-perf-rig: add blake2b
2016-05-23 18:17:10 -07:00

10 lines
344 B
Markdown

blake2
======
[![Build Status](https://travis-ci.org/codahale/blake2.png?branch=master)](https://travis-ci.org/codahale/blake2)
A Go wrapper of the [BLAKE2](https://github.com/BLAKE2/BLAKE2) hash library,
using the public domain, SSE-optimized C implementation.
For documentation, check [godoc](http://godoc.org/github.com/codahale/blake2).