Skip to content

Commit

Permalink
Fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Jun 21, 2024
1 parent 9398072 commit 5a05c53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wasm/no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ edition = "2021"
[dependencies]
givre = { path = "../../givre", default-features = false, features = ["all-ciphersuites", "spof"] }

[patch.crates-io.cggmp21-keygen]
git = "https://github.com/dfnsco/cggmp21-private"
rev = "730e1217443eccac983d0177cab222decf07f139"

[patch.crates-io.key-share]
git = "https://github.com/dfnsco/cggmp21-private"
rev = "730e1217443eccac983d0177cab222decf07f139"

0 comments on commit 5a05c53

Please sign in to comment.