Cargo Features

[dependencies]
polysig-client = { version = "0.7.1", default-features = false, features = ["full", "signers", "protocols", "cggmp", "ecdsa", "eddsa", "schnorr", "frost-ed25519"] }
default = full

The full feature is set by default whenever polysig-client is added without default-features = false somewhere in the dependency tree.

full default = protocols, signers
signers full = ecdsa, eddsa, schnorr
protocols full = cggmp, frost-ed25519
cggmp protocols?

Enables cggmp of polysig-driver

Affects protocols::cggmp

ecdsa signers?

Enables ecdsa of polysig-driver

eddsa signers?

Enables eddsa of polysig-driver

schnorr signers?

Enables schnorr of polysig-driver

frost-ed25519 protocols?

Enables frost-ed25519 of polysig-driver

Affects frost::ed25519, protocols::frost