@@ -25,8 +25,8 @@ ark-r1cs-std.workspace = true
25
25
ark-relations.workspace = true
26
26
zeroize.workspace = true
27
27
itertools.workspace = true
28
- aead = {version = " 0.5.2" , default-features = false , features = [ " alloc" ]}
29
28
chacha20poly1305 = {version = " 0.10.1" , default-features = false }
29
+ sha3.workspace = true
30
30
bbs_plus = { version = " 0.22.0" , default-features = false , path = " ../bbs_plus" }
31
31
schnorr_pok = { version = " 0.20.0" , default-features = false , path = " ../schnorr_pok" }
32
32
vb_accumulator = { version = " 0.26.0" , default-features = false , path = " ../vb_accumulator" }
@@ -40,7 +40,6 @@ smc_range_proof = { version = "0.6.0", default-features = false, path = "../smc_
40
40
short_group_sig = { version = " 0.4.0" , default-features = false , path = " ../short_group_sig" }
41
41
kvac = { version = " 0.5.0" , default-features = false , path = " ../kvac" }
42
42
verifiable_encryption = { version = " 0.1.0" , default-features = false , path = " ../verifiable_encryption" }
43
- sha3 = { version = " 0.10.6" , default-features = false }
44
43
45
44
[dev-dependencies ]
46
45
ark-bls12-381.workspace = true
@@ -51,7 +50,7 @@ test_utils = { default-features = false, path = "../test_utils" }
51
50
52
51
[features ]
53
52
default = [" parallel" ]
54
- std = [" ark-ff/std" , " ark-ec/std" , " ark-std/std" , " ark-serialize/std" , " schnorr_pok/std" , " dock_crypto_utils/std" , " serde/std" , " saver/std" , " ark-groth16/std" , " legogroth16/std" , " ark-r1cs-std/std" , " ark-relations/std" , " merlin/std" , " coconut-crypto/std" , " bulletproofs_plus_plus/std" , " smc_range_proof/std" , " short_group_sig/std" , " kvac/std" , " verifiable_encryption/std" ]
53
+ std = [" ark-ff/std" , " ark-ec/std" , " ark-std/std" , " ark-serialize/std" , " schnorr_pok/std" , " dock_crypto_utils/std" , " serde/std" , " saver/std" , " ark-groth16/std" , " legogroth16/std" , " ark-r1cs-std/std" , " ark-relations/std" , " merlin/std" , " bbs_plus/std " , " vb_accumulator/std " , " coconut-crypto/std" , " bulletproofs_plus_plus/std" , " smc_range_proof/std" , " short_group_sig/std" , " kvac/std" , " verifiable_encryption/std" ]
55
54
print-trace = [" ark-std/print-trace" , " schnorr_pok/print-trace" , " bbs_plus/print-trace" , " vb_accumulator/print-trace" , " dock_crypto_utils/print-trace" ]
56
55
parallel = [" std" , " ark-ff/parallel" , " ark-ec/parallel" , " ark-std/parallel" , " rayon" , " schnorr_pok/parallel" , " bbs_plus/parallel" , " vb_accumulator/parallel" , " saver/parallel" , " ark-groth16/parallel" , " legogroth16/parallel" , " ark-r1cs-std/parallel" , " dock_crypto_utils/parallel" , " coconut-crypto/parallel" , " bulletproofs_plus_plus/parallel" , " smc_range_proof/parallel" , " short_group_sig/parallel" , " kvac/parallel" , " verifiable_encryption/parallel" ]
57
56
wasmer-js = [" legogroth16/wasmer-js" ]
0 commit comments