We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdae8e commit d87f4d5Copy full SHA for d87f4d5
packages/wasm/rust/Cargo.toml
@@ -19,6 +19,7 @@ test-shares = ["lit-frost/default", "vsss-rs"]
19
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
20
blsful = { version = "3.0.0-pre8", default-features = false, features = ["rust"] }
21
base64_light = "0.1.5"
22
+base64ct = "1.6.0"
23
ecdsa = "0.16.9"
24
generic-array = "1.1.1"
25
lit-frost = { git = "https://github.com/LIT-Protocol/lit-frost.git" }
0 commit comments