e7a10f72d6
git-subtree-dir: pairing git-subtree-mainline: c6f95b3997f6f5a9d6f5ab0472aaa2d54f0f61f7 git-subtree-split: e93d939ae001f8ff97c862542f6e2e2e4d52e217
29 lines
745 B
TOML
29 lines
745 B
TOML
[package]
|
|
name = "pairing_ce"
|
|
|
|
# Remember to change version string in README.md.
|
|
version = "0.18.0"
|
|
authors = [
|
|
"Sean Bowe <ewillbefull@gmail.com>",
|
|
"Jack Grigg <jack@z.cash>",
|
|
"Alex Vlasov <alex.m.vlasov@gmail.com>",
|
|
"Alex Gluchowski <alex@gluchowski.net>"
|
|
]
|
|
license = "MIT/Apache-2.0"
|
|
|
|
description = "Pairing-friendly elliptic curve library"
|
|
documentation = "https://docs.rs/pairing/"
|
|
homepage = "https://github.com/matter-labs/pairing"
|
|
repository = "https://github.com/matter-labs/pairing"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rand = "0.4"
|
|
byteorder = "1"
|
|
ff = {package = "ff_ce", version = "0.7", features = ["derive"]}
|
|
#ff = { path = '../ff', package = "ff_ce", features = ["derive"]}
|
|
|
|
[features]
|
|
expose-arith = []
|
|
default = []
|