forked from HorizenOfficial/zendoo-sc-cryptolib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
24 lines (21 loc) · 1.07 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "demo-circuit"
version = "0.1.0"
authors = ["DanieleDiBenedetto <[email protected]>"]
edition = "2018"
include = ["Cargo.toml", "src"]
[dependencies]
algebra = {version = "0.1.0", git = "https://github.com/HorizenOfficial/ginger-lib.git", branch = "development"}
primitives = {version = "0.1.0", features = ["signature"], git = "https://github.com/HorizenOfficial/ginger-lib.git", branch = "development"}
r1cs-crypto = {version = "0.1.0", features = ["signature"], git = "https://github.com/HorizenOfficial/ginger-lib.git", branch = "development"}
r1cs-core = {version = "0.1.0", git = "https://github.com/HorizenOfficial/ginger-lib.git", branch = "development"}
r1cs-std = {version = "0.1.0", git = "https://github.com/HorizenOfficial/ginger-lib.git", branch = "development"}
proof-systems = {version = "0.1.0", features = ["groth16"], git = "https://github.com/HorizenOfficial/ginger-lib.git", branch = "development"}
derivative = "1"
lazy_static = "1"
radix_trie = "0.1"
rand = { version = "0.7" }
[dev-dependencies]
digest = "0.7"
blake2s_simd = "0.5"
bit-vec = "0.6.1"