[[bench]]
name = "api"
[dependencies.borsh]
default-features = false
optional = true
version = "0.9"
[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
version = "0.8.3"
[dependencies.rustc-hex]
default-features = false
version = "2"
[dev-dependencies.rand]
version = "0.8.3"
[dev-dependencies.seq-macro]
version = "0.1.5"
[features]
default = ["borsh", "std"]
std = ["borsh/std"]
[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Pairing cryptography with the Barreto-Naehrig curve"
edition = "2018"
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.11"