Cargo Features

[dependencies]
cggmp21-keygen = { version = "0.3.0", default-features = false, features = ["std", "hd-wallets", "state-machine"] }
default = std

The std feature is set by default whenever cggmp21-keygen is added without default-features = false somewhere in the dependency tree.

std default = thiserror

Enables std of key-share, round-based, and udigest

hd-wallets = slip-10

Enables hd-wallets of key-share

Affects non_threshold::MsgRound2.chain_code, threshold::MsgRound2Broad.chain_code, utils::collect_simple_blame, utils::encoding.maybe_bytes

state-machine

Enables state-machine of round-based

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

slip-10 hd-wallets?
thiserror std