From 9bffd3052e95c6281deb5ce3a30536d4a1577cdd Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Thu, 22 Aug 2024 17:57:35 +0200 Subject: [PATCH] Fix wasm compilation Signed-off-by: Denis Varlakov --- wasm/no_std/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wasm/no_std/Cargo.toml b/wasm/no_std/Cargo.toml index 3c9d006..cc49f70 100644 --- a/wasm/no_std/Cargo.toml +++ b/wasm/no_std/Cargo.toml @@ -14,3 +14,15 @@ features = ["serde", "hd-wallets", "spof", "udigest"] path = "../../cggmp21-keygen" default-features = false features = ["hd-wallets", "state-machine"] + +[patch.crates-io.udigest] +git = "https://github.com/dfns/udigest" +branch = "udigest_as" + +[patch.crates-io.udigest-derive] +git = "https://github.com/dfns/udigest" +branch = "udigest_as" + +[patch.crates-io.paillier-zk] +git = "https://github.com/dfns/paillier-zk" +branch = "udigest_as"