Rust-language assets for Pirate Chain / Zcash (with modifications to support Qortal cross-chain trades)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
576 B

7 years ago
[package]
authors = ["Sean Bowe <[email protected]>"]
description = "Cryptographic library for Zcash Sapling"
documentation = "https://github.com/zcash-hackworks/sapling"
homepage = "https://github.com/zcash-hackworks/sapling"
7 years ago
license = "MIT/Apache-2.0"
name = "sapling-crypto"
repository = "https://github.com/zcash-hackworks/sapling"
7 years ago
version = "0.0.1"
[dependencies.pairing]
version = "~0.13.2"
features = ["expose-arith"]
7 years ago
[dependencies]
rand = "0.3"
blake2 = "0.7"
digest = "0.7"
bellman = "0.0.8"
7 years ago
[features]
default = ["u128-support"]
u128-support = ["pairing/u128-support"]