Cargo Features
[dependencies]
polysig = { version = "0.8.0", default-features = false, features = ["full", "signers", "protocols", "cggmp", "frost-ed25519", "ecdsa", "eddsa", "schnorr"] }
- default = full
-
The
full
feature is set by default wheneverpolysig
is added without
somewhere in the dependency tree.default-features = false - full default = protocols, signers
- signers full = ecdsa, eddsa, schnorr
- protocols full = cggmp, frost-ed25519
- cggmp protocols?
-
Enables cggmp of polysig-client and polysig-driver
- frost-ed25519 protocols?
-
Enables frost-ed25519 of polysig-client and polysig-driver
- ecdsa signers?
-
Enables ecdsa of polysig-driver
- eddsa signers?
-
Enables eddsa of polysig-driver
- schnorr signers?
-
Enables schnorr of polysig-driver
Polysig has 9 features without comments.