[package] name = "fork-of-zcash-bn" version = "0.1.0" authors = ["CJ"] description = "Pairing cryptography with the Barreto-Naehrig curve without rustc-serialize, forked from parity labs" keywords = ["pairing","crypto","cryptography"] readme = "README.md" homepage = "https://github.com/CJBangert/bn" repository = "https://github.com/CJBangert/bn" license = "MIT OR Apache-2.0" edition = "2021" [features] default = [] [[bench]] name = "api" [dependencies] rand = { version = "0.8.3", default-features = false } byteorder = { version = "1.0", features = ["i128"], default-features = false } crunchy = "0.2.1" lazy_static = { version = "1.4.0", features = ["spin_no_std"] } rustc-hex = { version = "2", default-features = false } [dev-dependencies] rand = { version = "0.8.3", features = ["std_rng"] }