mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-24 22:42:14 +00:00
21 lines
530 B
TOML
21 lines
530 B
TOML
[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" }
|
|
|
|
|