aez 0.0.3

Rust wrapper for AEZ wide block cipher written in C.
Documentation
[package]
name = "aez"
version = "0.0.3"
authors = ["David Stainton <dawuud@riseup.net>"]
description = "Rust wrapper for AEZ wide block cipher written in C."
homepage = "https://github.com/david415/aez"
repository = "https://github.com/david415/aez"
documentation = "https://docs.rs/aez/"
readme = "README.md"
keywords = ["cryptography", "aez"]
license = "AGPL-3.0-only"
links = "aez"
build = "build.rs"

[dependencies]
libc = "0.2"
blake2b = "0.7.0"
serde = "1.0.80" # for test vectors
serde_json = "1.0.32"
serde_derive = "1.0.80"

[dev-dependencies]
rand = "^0.4.2"
rustc-serialize = "0.3"
criterion = "0.2"

[[bench]]
name = "aez_decrypt_benchmark"
harness = false