rabe-bn 0.4.7

Pairing cryptography with the Barreto-Naehrig curve. Update to use latest rand and serde crates.
Documentation
[[bench]]
name = "api"

[[bin]]
name = "serialize"
path = "examples/serialize.rs"
[dependencies.arrayref]
version = "0.3.6"

[dependencies.byteorder]
version = "1.3.4"

[dependencies.hex]
version = "0.4.2"

[dependencies.rand]
version = "0.7.3"

[dependencies.serde]
version = "1.0.114"

[dependencies.serde-hex]
version = "0.1.0"

[dependencies.serde_derive]
version = "1.0.114"

[dependencies.serde_json]
version = "1.0.57"
[dev-dependencies.bincode]
default-features = false
version = "1.0.0"

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Bramm, Georg <georg.bramm@aisec.fraunhofer.de>"]
description = "Pairing cryptography with the Barreto-Naehrig curve. Update to use latest rand and serde crates."
documentation = "https://docs.rs/rabe-bn"
exclude = ["bn.iml", "/.idea"]
homepage = "https://github.com/georgbramm/rabe-bn"
keywords = ["pairing", "crypto", "cryptography"]
license = "MIT OR Apache-2.0"
name = "rabe-bn"
readme = "README.md"
repository = "https://github.com/georgbramm/rabe-bn"
version = "0.4.7"