packages feed

blake2-0.2.0: README.md

# blake2

[![Build Status](https://travis-ci.org/centromere/blake2.svg?branch=master)](https://travis-ci.org/centromere/blake2)
[![Haskell](http://b.repl.ca/v1/language-haskell-blue.png)](http://www.haskell.org)

This library provides the [BLAKE2](https://blake2.net/) hash algorithms. While
[cryptonite](https://github.com/haskell-crypto/cryptonite) also provides a
BLAKE2 implemenation, this library has fewer dependencies and a richer API for
features like keyed hashing and variable length output.