From e2bc01bdd82a78e14b8b45eb08feb576513cc660 Mon Sep 17 00:00:00 2001 From: th4s Date: Thu, 27 Jul 2023 10:07:26 +0200 Subject: [PATCH] Adapt dependency of mpz to new repo location --- components/actors/actor-ot/Cargo.toml | 6 +++--- components/aead/Cargo.toml | 4 ++-- components/cipher/Cargo.toml | 4 ++-- components/integration-tests/Cargo.toml | 4 ++-- components/key-exchange/Cargo.toml | 8 ++++---- components/point-addition/Cargo.toml | 6 +++--- components/prf/Cargo.toml | 4 ++-- components/tls/tls-mpc/Cargo.toml | 6 +++--- components/universal-hash/Cargo.toml | 6 +++--- tlsn/Cargo.toml | 10 +++++----- 10 files changed, 29 insertions(+), 29 deletions(-) diff --git a/components/actors/actor-ot/Cargo.toml b/components/actors/actor-ot/Cargo.toml index 63a7925001..5bb723f46c 100644 --- a/components/actors/actor-ot/Cargo.toml +++ b/components/actors/actor-ot/Cargo.toml @@ -6,9 +6,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -mpz-ot-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-ot = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-ot-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils" } async-trait = "0.1" derive_builder = "0.11" diff --git a/components/aead/Cargo.toml b/components/aead/Cargo.toml index 1eaad673d4..ecc874c462 100644 --- a/components/aead/Cargo.toml +++ b/components/aead/Cargo.toml @@ -20,8 +20,8 @@ tracing = ["dep:tracing"] tlsn-block-cipher = { path = "../cipher/block-cipher" } tlsn-stream-cipher = { path = "../cipher/stream-cipher" } tlsn-universal-hash = { path = "../universal-hash" } -mpz-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-garble = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils" } async-trait = "0.1" diff --git a/components/cipher/Cargo.toml b/components/cipher/Cargo.toml index 5a7c870c29..bf2044bc47 100644 --- a/components/cipher/Cargo.toml +++ b/components/cipher/Cargo.toml @@ -4,8 +4,8 @@ resolver = "2" [workspace.dependencies] # tlsn -mpz-circuits = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-garble = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils" } # crypto diff --git a/components/integration-tests/Cargo.toml b/components/integration-tests/Cargo.toml index d0a926b5f8..a70ef3c3ea 100644 --- a/components/integration-tests/Cargo.toml +++ b/components/integration-tests/Cargo.toml @@ -14,8 +14,8 @@ edition = "2021" [dev-dependencies] -mpz-garble = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-share-conversion = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } tlsn-block-cipher = { path = "../cipher/block-cipher" } tlsn-stream-cipher = { path = "../cipher/stream-cipher" } tlsn-universal-hash = { path = "../universal-hash" } diff --git a/components/key-exchange/Cargo.toml b/components/key-exchange/Cargo.toml index 9e9fc31df0..db2f6cf7f0 100644 --- a/components/key-exchange/Cargo.toml +++ b/components/key-exchange/Cargo.toml @@ -17,11 +17,11 @@ tracing = ["dep:tracing"] mock = [] [dependencies] -mpz-garble = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-ot = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-circuits = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils" } -mpz-share-conversion-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } tlsn-point-addition = { path = "../point-addition" } p256 = { version = "0.13", features = ["ecdh"] } async-trait = "0.1" diff --git a/components/point-addition/Cargo.toml b/components/point-addition/Cargo.toml index 774679de4c..1c933df1ef 100644 --- a/components/point-addition/Cargo.toml +++ b/components/point-addition/Cargo.toml @@ -17,9 +17,9 @@ mock = ["dep:mpz-core"] tracing = ["dep:tracing"] [dependencies] -mpz-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687", optional = true } -mpz-share-conversion = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-share-conversion-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687", optional = true } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } p256 = { version = "0.13", features = ["arithmetic"] } tracing = { version = "0.1", optional = true } async-trait = "0.1" diff --git a/components/prf/Cargo.toml b/components/prf/Cargo.toml index 74a28cc094..fffc873c21 100644 --- a/components/prf/Cargo.toml +++ b/components/prf/Cargo.toml @@ -4,8 +4,8 @@ resolver = "2" [workspace.dependencies] # tlsn -mpz-circuits = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-garble = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } # async async-trait = "0.1" diff --git a/components/tls/tls-mpc/Cargo.toml b/components/tls/tls-mpc/Cargo.toml index 26537e8069..15e6efde2c 100644 --- a/components/tls/tls-mpc/Cargo.toml +++ b/components/tls/tls-mpc/Cargo.toml @@ -18,9 +18,9 @@ tracing = ["dep:tracing"] tlsn-tls-core = { path = "../tls-core", features = ["serde"] } tlsn-tls-backend = { path = "../tls-backend" } -mpz-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-garble = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-share-conversion = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } tlsn-block-cipher = { path = "../../cipher/block-cipher" } tlsn-stream-cipher = { path = "../../cipher/stream-cipher" } diff --git a/components/universal-hash/Cargo.toml b/components/universal-hash/Cargo.toml index 5ed075b4bc..c9a0128e99 100644 --- a/components/universal-hash/Cargo.toml +++ b/components/universal-hash/Cargo.toml @@ -16,9 +16,9 @@ mock = [] [dependencies] # tlsn -mpz-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-share-conversion-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-share-conversion = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } # async async-trait = "0.1" diff --git a/tlsn/Cargo.toml b/tlsn/Cargo.toml index 4c05f935e6..dd6561829b 100644 --- a/tlsn/Cargo.toml +++ b/tlsn/Cargo.toml @@ -18,11 +18,11 @@ uid-mux = { path = "../components/uid-mux" } tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils" } tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils" } -mpz-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-circuits = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-garble-core = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-garble = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } -mpz-share-conversion = { git = "https://github.com/tlsnotary/mpz", rev = "86f1687" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-garble-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" } futures = "0.3"