diff --git a/wasm/no_std/Cargo.toml b/wasm/no_std/Cargo.toml index 4e24a72..25c923e 100644 --- a/wasm/no_std/Cargo.toml +++ b/wasm/no_std/Cargo.toml @@ -7,3 +7,7 @@ edition = "2021" [dependencies] givre = { path = "../../givre", default-features = false, features = ["all-ciphersuites", "spof"] } + +[patch.crates-io.generic-ec] +git = "https://github.com/dfns/generic-ec" +branch = "faster-multiscalar"