blake2b 0.7.0

BLAKE2b hash function
Documentation
[package]
name = "blake2b"
version = "0.7.0"
authors = ["Daniel Reisinger <daniel-reisinger@outlook.com>"]

description = "BLAKE2b hash function"

documentation = "https://docs.rs/blake2b"
repository = "https://github.com/danielreisinger/blake2b"

keywords = ["blake2", "blake2b", "blake2xb", "crypto", "digest"]
categories = ["algorithms", "cryptography"]

license = "Unlicense"

[profile.bench]
lto = true

[features]
i128 = []

[dev-dependencies]
blake2-rfc = "0.2"
rustc-serialize = "0.3"