[package] name = "pairing-plus" # Remember to change version string in README.md. version = "0.19.0" authors = [ # authors of the original pairing library "Sean Bowe ", "Jack Grigg ", # maintainers of this pairing-fork library "Riad S. Wahby ", "Zhenfei Zhang " ] license = "MIT" description = "Pairing-friendly elliptic curve library" # original documentation # documentation = "https://docs.rs/pairing/" # documentation for this fork documentation = "https://docs.rs/pairing-plus/" # original homepage # homepage = "https://github.com/ebfull/pairing" # homepage for this fork homepage = "https://github.com/algorand/pairing-plus" # original repo # repository = "https://github.com/ebfull/pairing" # repo for this fork 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 = []