blake 1.0.1

Implementation of the BLAKE hash function for Rust via FFI
Documentation
1
2
3
4
5
# blake-rs [![TravisCI build status](https://travis-ci.org/nabijaczleweli/blake-rs.svg?branch=master)](https://travis-ci.org/nabijaczleweli/blake-rs) [![AppVeyorCI build status](https://ci.appveyor.com/api/projects/status/augfqfnj6pgwh8ys/branch/master?svg=true)](https://ci.appveyor.com/project/nabijaczleweli/blake-rs/branch/master) [![Licence](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Crates.io version](http://meritbadge.herokuapp.com/blake-rs)](https://crates.io/crates/blake)
Implementation of the [BLAKE](http://131002.net/blake) hash function for Rust via FFI.


## [Docs](https://cdn.rawgit.com/nabijaczleweli/blake-rs/doc/blake/index.html)