zeropool-bn 0.5.8

Pairing cryptography with the Barreto-Naehrig curve
Documentation
[[bench]]
name = "api"
[dependencies.borsh]
optional = true
version = "0.8.1"

[dependencies.byteorder]
default-features = false
features = ["i128"]
version = "1.0"

[dependencies.crunchy]
version = "0.2.1"

[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.4.0"

[dependencies.rand]
default-features = false
features = ["i128_support"]
version = "0.5"

[dependencies.rustc-hex]
default-features = false
version = "2"
[dev-dependencies.rand]
features = ["i128_support"]
version = "0.5"

[dev-dependencies.seq-macro]
version = "0.1.5"

[features]
default = ["borsh"]

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Pairing cryptography with the Barreto-Naehrig curve"
homepage = "https://github.com/zcash/bn"
keywords = ["pairing", "crypto", "cryptography"]
license = "MIT OR Apache-2.0"
name = "zeropool-bn"
readme = "README.md"
repository = "https://github.com/zcash/bn"
version = "0.5.8"