Skip to content

Commit

Permalink
Fix wasm compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Aug 22, 2024
1 parent 6061b29 commit 9bffd30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wasm/no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9bffd30

Please sign in to comment.