21 lines
530 B
TOML
Raw Normal View History

2019-07-02 20:21:11 +03:00
[package]
authors = ["Alexander Drygin <dryginalexander@gmail.com>"]
name = "prover"
version = "0.0.1"
publish = false
edition = "2018"
[dependencies]
rand = "0.4"
hex = "0.3.2"
time = "0.1"
num-bigint = "0.2"
rust-crypto = "0.2"
#ff = { git = 'https://github.com/matterinc/ff', features = ["derive"] }
#pairing = { git = 'https://github.com/matterinc/pairing' }
sapling-crypto = { git = 'https://github.com/matterinc/sapling-crypto', tag = "0.0.4" }
bellman = { git = 'https://github.com/matterinc/bellman', tag = "0.2.0" }