diff --git a/components/aead/Cargo.toml b/components/aead/Cargo.toml index de4d99092c..f8692165a5 100644 --- a/components/aead/Cargo.toml +++ b/components/aead/Cargo.toml @@ -25,8 +25,8 @@ 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/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "b182066" } async-trait = "0.1" diff --git a/components/cipher/Cargo.toml b/components/cipher/Cargo.toml index 7455dd15f0..35cfac479c 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/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "b182066" } # crypto diff --git a/components/integration-tests/Cargo.toml b/components/integration-tests/Cargo.toml index 9e4393d2a0..3021b5ba3f 100644 --- a/components/integration-tests/Cargo.toml +++ b/components/integration-tests/Cargo.toml @@ -17,9 +17,9 @@ lto = true [dev-dependencies] -mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } 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 a5187a90cb..ea89f8d6a2 100644 --- a/components/key-exchange/Cargo.toml +++ b/components/key-exchange/Cargo.toml @@ -17,11 +17,11 @@ tracing = ["dep:tracing", "tlsn-point-addition/tracing"] mock = [] [dependencies] -mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "b182066" } -mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } 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 42c3ac4110..2f54cb04e7 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/privacy-scaling-explorations/mpz", rev = "a98fd8a", optional = true } -mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767", optional = true } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } 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 b0b6114ed2..4fd474c040 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/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } # async async-trait = "0.1" diff --git a/components/tls/tls-mpc/Cargo.toml b/components/tls/tls-mpc/Cargo.toml index 3c0642aae1..9b9b33fdf6 100644 --- a/components/tls/tls-mpc/Cargo.toml +++ b/components/tls/tls-mpc/Cargo.toml @@ -29,9 +29,9 @@ tracing = [ tlsn-tls-core = { path = "../tls-core", features = ["serde"] } tlsn-tls-backend = { path = "../tls-backend" } -mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } tlsn-block-cipher = { path = "../../cipher/block-cipher" } tlsn-stream-cipher = { path = "../../cipher/stream-cipher" } @@ -56,7 +56,7 @@ tracing = { workspace = true, optional = true } tlsn-tls-client = { path = "../tls-client" } tlsn-tls-client-async = { path = "../tls-client-async" } tls-server-fixture = { path = "../tls-server-fixture" } -mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } uid-mux = { path = "../../uid-mux" } tracing-subscriber.workspace = true diff --git a/components/universal-hash/Cargo.toml b/components/universal-hash/Cargo.toml index 6fcf3fda89..674c8a71b7 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/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } # async async-trait = "0.1" diff --git a/tlsn/Cargo.toml b/tlsn/Cargo.toml index a957f2ab53..59e09b990e 100644 --- a/tlsn/Cargo.toml +++ b/tlsn/Cargo.toml @@ -23,12 +23,12 @@ uid-mux = { path = "../components/uid-mux" } tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "b182066" } tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "b182066" } -mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-garble-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } -mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "a98fd8a" } +mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-garble-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } +mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "76ed767" } futures = "0.3"