1
1
[package ]
2
2
name = " proof_system"
3
- version = " 0.30 .0"
3
+ version = " 0.31 .0"
4
4
edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
@@ -27,18 +27,18 @@ zeroize.workspace = true
27
27
itertools.workspace = true
28
28
aead = {version = " 0.5.2" , default-features = false , features = [ " alloc" ]}
29
29
chacha20poly1305 = {version = " 0.10.1" , default-features = false }
30
- bbs_plus = { version = " 0.21 .0" , default-features = false , path = " ../bbs_plus" }
31
- schnorr_pok = { version = " 0.19 .0" , default-features = false , path = " ../schnorr_pok" }
32
- vb_accumulator = { version = " 0.25 .0" , default-features = false , path = " ../vb_accumulator" }
33
- dock_crypto_utils = { version = " 0.19 .0" , default-features = false , path = " ../utils" }
34
- saver = { version = " 0.17 .0" , default-features = false , path = " ../saver" }
35
- coconut-crypto = { version = " 0.10 .0" , default-features = false , path = " ../coconut" }
30
+ bbs_plus = { version = " 0.22 .0" , default-features = false , path = " ../bbs_plus" }
31
+ schnorr_pok = { version = " 0.20 .0" , default-features = false , path = " ../schnorr_pok" }
32
+ vb_accumulator = { version = " 0.26 .0" , default-features = false , path = " ../vb_accumulator" }
33
+ dock_crypto_utils = { version = " 0.20 .0" , default-features = false , path = " ../utils" }
34
+ saver = { version = " 0.18 .0" , default-features = false , path = " ../saver" }
35
+ coconut-crypto = { version = " 0.11 .0" , default-features = false , path = " ../coconut" }
36
36
merlin = { package = " dock_merlin" , version = " 3.0.0" , default-features = false , path = " ../merlin" }
37
- legogroth16 = { version = " 0.14 .0" , default-features = false , features = [" circom" , " aggregation" ], path = " ../legogroth16" }
38
- bulletproofs_plus_plus = { version = " 0.5 .0" , default-features = false , path = " ../bulletproofs_plus_plus" }
39
- smc_range_proof = { version = " 0.5 .0" , default-features = false , path = " ../smc_range_proof" }
40
- short_group_sig = { version = " 0.3 .0" , default-features = false , path = " ../short_group_sig" }
41
- kvac = { version = " 0.4 .0" , default-features = false , path = " ../kvac" }
37
+ legogroth16 = { version = " 0.15 .0" , default-features = false , features = [" circom" , " aggregation" ], path = " ../legogroth16" }
38
+ bulletproofs_plus_plus = { version = " 0.6 .0" , default-features = false , path = " ../bulletproofs_plus_plus" }
39
+ smc_range_proof = { version = " 0.6 .0" , default-features = false , path = " ../smc_range_proof" }
40
+ short_group_sig = { version = " 0.4 .0" , default-features = false , path = " ../short_group_sig" }
41
+ kvac = { version = " 0.5 .0" , default-features = false , path = " ../kvac" }
42
42
43
43
[dev-dependencies ]
44
44
ark-bls12-381.workspace = true
0 commit comments