blake2b-rs 0.2.0

Rust bindings for the official Blake2b C implementation
Documentation
[[bench]]
harness = false
name = "blake2b"
[build-dependencies.cc]
version = "1.0"
[dependencies.cty]
version = "0.2.1"
[dev-dependencies.blake2-rfc]
version = "0.2.18"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.faster-hex]
version = "0.3.0"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[package]
authors = ["zhangsoledad <787953403@qq.com>"]
autotests = true
build = "build.rs"
categories = ["cryptography"]
description = "Rust bindings for the official Blake2b C implementation"
edition = "2018"
exclude = ["fixtures/*", "fuzz/*"]
homepage = "https://github.com/nervosnetwork/blake2b-rs/"
keywords = ["hash", "blake2", "crypto"]
license = "MIT"
name = "blake2b-rs"
version = "0.2.0"