Cargo Features
polysig-webassembly-bindings has no features set by default.
[dependencies]
polysig-webassembly-bindings = { version = "0.8.0", features = ["full", "cggmp", "ecdsa", "eddsa", "frost-ed25519", "schnorr", "signers", "protocols", "tracing"] }
- full = protocols, signers
- cggmp protocols?
-
Enables cggmp of polysig-driver
Affects
protocols::cggmp
,protocols::meeting
… - ecdsa signers?
-
Enables ecdsa of polysig-driver
Affects
signers::ecdsa
… - eddsa signers?
-
Enables eddsa of polysig-driver
Affects
signers::eddsa
… - frost-ed25519 protocols?
-
Enables frost-ed25519 of polysig-driver
- schnorr signers?
-
Enables schnorr of polysig-driver
Affects
signers::schnorr
… - signers full? = ecdsa, eddsa, schnorr
- protocols full? = cggmp, frost-ed25519
- tracing
-
Enables tracing, tracing-subscriber, and tracing-subscriber-wasm