substrate-bn 0.6.0

Pairing cryptography with the Barreto-Naehrig curve
Documentation
[[bench]]
name = "api"
[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]
features = ["std_rng"]
version = "0.8.3"

[features]
default = []

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Parity Technologies <admin@parity.io>"]
description = "Pairing cryptography with the Barreto-Naehrig curve"
edition = "2018"
homepage = "https://github.com/paritytech/bn"
keywords = ["pairing", "crypto", "cryptography"]
license = "MIT OR Apache-2.0"
name = "substrate-bn"
readme = "README.md"
repository = "https://github.com/paritytech/bn"
version = "0.6.0"