[package]
name = "pairing-plus"
version = "0.19.0"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Jack Grigg <jack@z.cash>",
"Riad S. Wahby <kwantam@gmail.com>",
"Zhenfei Zhang <zhenfei@algorand.com>"
]
license = "MIT"
description = "Pairing-friendly elliptic curve library"
documentation = "https://docs.rs/pairing-plus/"
homepage = "https://github.com/algorand/pairing-plus"
repository = "https://github.com/algorand/pairing-plus"
[dependencies]
rand = "0.4"
byteorder = "1"
ff-zeroize = { version = "0.6.3", features = ["derive"]}
digest = "0.8"
zeroize = { version = "1.1", features = ["zeroize_derive"]}
rand_core = "0.5"
rand_xorshift = "0.2"
[dev-dependencies]
sha2 = "0.8"
sha3 = "0.8"
[features]
default = []