Skip to content

Commit

Permalink
Bump up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn authored and lovesh committed Sep 1, 2023
1 parent bbbc53b commit c39cafd
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 50 deletions.
10 changes: 5 additions & 5 deletions bbs_plus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbs_plus"
version = "0.15.0"
version = "0.16.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -19,10 +19,10 @@ ark-std.workspace = true
digest.workspace = true
rayon = {workspace = true, optional = true}
itertools.workspace = true
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
oblivious_transfer_protocols = { version = "0.2.0", default-features = false, path = "../oblivious_transfer" }
secret_sharing_and_dkg = { version = "0.6.0", default-features = false, path = "../secret_sharing_and_dkg" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }
oblivious_transfer_protocols = { version = "0.3.0", default-features = false, path = "../oblivious_transfer" }
secret_sharing_and_dkg = { version = "0.7.0", default-features = false, path = "../secret_sharing_and_dkg" }
sha3 = { version = "0.10.6", default-features = false }
serde.workspace = true
serde_with.workspace = true
Expand Down
10 changes: 5 additions & 5 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors.workspace = true
license.workspace = true

[dependencies]
bbs_plus = { version = "0.15.0", default-features = false, path = "../bbs_plus" }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
vb_accumulator = { version = "0.16.0", default-features = false, path = "../vb_accumulator" }
bbs_plus = { version = "0.16.0", default-features = false, path = "../bbs_plus" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
vb_accumulator = { version = "0.17.0", default-features = false, path = "../vb_accumulator" }
test_utils = { default-features = false, path = "../test_utils" }
ark-ff.workspace = true
ark-ec.workspace = true
Expand All @@ -18,8 +18,8 @@ serde.workspace = true
serde_with.workspace = true
blake2 = { version = "0.10", default-features = false }
itertools.workspace = true
coconut-crypto = { version = "0.4.0", default-features = false, path = "../coconut" }
oblivious_transfer_protocols = { version = "0.2.0", default-features = false, path = "../oblivious_transfer" }
coconut-crypto = { version = "0.5.0", default-features = false, path = "../coconut" }
oblivious_transfer_protocols = { version = "0.3.0", default-features = false, path = "../oblivious_transfer" }
dock_crypto_utils = { default-features = false, path = "../utils" }
zeroize.workspace = true

Expand Down
8 changes: 4 additions & 4 deletions coconut/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coconut-crypto"
version = "0.4.0"
version = "0.5.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -22,9 +22,9 @@ itertools.workspace = true
zeroize.workspace = true
serde_with.workspace = true
rayon = { workspace = true, optional = true }
utils = { package = "dock_crypto_utils", version = "0.14.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
secret_sharing_and_dkg = { version = "0.6.0", default-features = false, path = "../secret_sharing_and_dkg" }
utils = { package = "dock_crypto_utils", version = "0.15.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
secret_sharing_and_dkg = { version = "0.7.0", default-features = false, path = "../secret_sharing_and_dkg" }

[dev-dependencies]
blake2.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions compressed_sigma/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compressed_sigma"
version = "0.0.6"
version = "0.0.7"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -15,7 +15,7 @@ ark-std.workspace = true
ark-poly.workspace = true
rayon = {workspace = true, optional = true}
digest.workspace = true
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }

[dev-dependencies]
blake2.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions delegatable_credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ digest.workspace = true
rayon = {workspace = true, optional = true}
serde.workspace = true
serde_with.workspace = true
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }
zeroize.workspace = true
num-bigint = { version = "0.4.0", default-features = false }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
[dependencies.num-integer]
version = "0.1.42"
features = ["i128"]
Expand Down
4 changes: 2 additions & 2 deletions kvac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ark-std.workspace = true
ark-serialize.workspace = true
digest.workspace = true
zeroize.workspace = true
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
rayon = {workspace = true, optional = true}

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions legogroth16/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "legogroth16"
version = "0.9.0"
version = "0.10.0"
authors = [ "arkworks contributors", "Dock.io" ]
description = "An implementation of the LegoGroth16, the Legosnark variant of Groth16 zkSNARK proof system"
repository.workspace = true
Expand Down Expand Up @@ -29,7 +29,7 @@ num-bigint = { version = "0.4", default-features = false, optional = true }
log = "0.4"
ark-groth16 = { workspace = true, optional = true }
ark-snark = { version = "^0.4.0", default-features = false, optional = true }
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }

[dev-dependencies]
csv = { version = "1" }
Expand Down
6 changes: 3 additions & 3 deletions oblivious_transfer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oblivious_transfer_protocols"
version = "0.2.0"
version = "0.3.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -16,8 +16,8 @@ digest.workspace = true
serde.workspace = true
serde_with.workspace = true
zeroize.workspace = true
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
cipher = { version = "0.4.4", default-features = false, features = ["alloc"] }
rayon = {workspace = true, optional = true}
sha3 = { version = "0.10.6", default-features = false }
Expand Down
16 changes: 8 additions & 8 deletions proof_system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proof_system"
version = "0.21.0"
version = "0.22.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -18,20 +18,20 @@ ark-ec.workspace = true
ark-std.workspace = true
digest.workspace = true
rayon = {workspace = true, optional = true}
bbs_plus = { version = "0.15.0", default-features = false, path = "../bbs_plus" }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
vb_accumulator = { version = "0.16.0", default-features = false, path = "../vb_accumulator" }
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
saver = { version = "0.12.0", default-features = false, path = "../saver" }
bbs_plus = { version = "0.16.0", default-features = false, path = "../bbs_plus" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
vb_accumulator = { version = "0.17.0", default-features = false, path = "../vb_accumulator" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }
saver = { version = "0.13.0", default-features = false, path = "../saver" }
serde.workspace = true
serde_with.workspace = true
ark-groth16.workspace = true
ark-r1cs-std.workspace = true
ark-relations.workspace = true
zeroize.workspace = true
coconut-crypto = { version = "0.4.0", default-features = false, path = "../coconut" }
coconut-crypto = { version = "0.5.0", default-features = false, path = "../coconut" }
merlin = { package = "dock_merlin", version = "2.0", default-features = false, path = "../merlin" }
legogroth16 = { version = "0.9.0", default-features = false, features = ["circom", "aggregation"], path = "../legogroth16" }
legogroth16 = { version = "0.10.0", default-features = false, features = ["circom", "aggregation"], path = "../legogroth16" }
itertools.workspace = true

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions saver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "saver"
version = "0.12.0"
version = "0.13.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -17,11 +17,11 @@ ark-relations.workspace = true
ark-groth16.workspace = true
digest.workspace = true
rayon = {workspace = true, optional = true}
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }
serde.workspace = true
serde_with.workspace = true
zeroize.workspace = true
legogroth16 = { version = "0.9.0", default-features = false, features = ["aggregation"], path = "../legogroth16" }
legogroth16 = { version = "0.10.0", default-features = false, features = ["aggregation"], path = "../legogroth16" }
merlin = { package = "dock_merlin", version = "2.0", default-features = false, path = "../merlin" }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions schnorr_pok/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schnorr_pok"
version = "0.13.0"
version = "0.14.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -18,7 +18,7 @@ ark-ec.workspace = true
ark-std.workspace = true
rayon = {workspace = true, optional = true}
digest.workspace = true
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }
serde.workspace = true
serde_with.workspace = true
zeroize.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions secret_sharing_and_dkg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secret_sharing_and_dkg"
version = "0.6.0"
version = "0.7.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -18,8 +18,8 @@ rayon = { workspace = true, optional = true }
serde.workspace = true
serde_with.workspace = true
zeroize.workspace = true
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }

[dev-dependencies]
blake2.workspace = true
Expand Down
10 changes: 5 additions & 5 deletions test_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "test_utils"
version = "0.1.0"
version = "0.2.0"
edition.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
bbs_plus = { version = "0.15.0", default-features = false, path = "../bbs_plus" }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
vb_accumulator = { version = "0.16.0", default-features = false, path = "../vb_accumulator" }
bbs_plus = { version = "0.16.0", default-features = false, path = "../bbs_plus" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
vb_accumulator = { version = "0.17.0", default-features = false, path = "../vb_accumulator" }
ark-ff.workspace = true
ark-ec.workspace = true
ark-std.workspace = true
ark-bls12-381.workspace = true
ark-serialize.workspace = true
blake2.workspace = true
proof_system = { version = "0.21.0", default-features = false, path = "../proof_system"}
proof_system = { version = "0.22.0", default-features = false, path = "../proof_system"}

[features]
default = ["parallel"]
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dock_crypto_utils"
version = "0.14.0"
version = "0.15.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions vb_accumulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vb_accumulator"
version = "0.16.0"
version = "0.17.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand All @@ -22,8 +22,8 @@ rayon = {workspace = true, optional = true}
serde.workspace = true
serde_with.workspace = true
zeroize.workspace = true
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
dock_crypto_utils = { version = "0.14.0", default-features = false, path = "../utils" }
schnorr_pok = { version = "0.14.0", default-features = false, path = "../schnorr_pok" }
dock_crypto_utils = { version = "0.15.0", default-features = false, path = "../utils" }

[dev-dependencies]
blake2.workspace = true
Expand Down

0 comments on commit c39cafd

Please sign in to comment.