Cargo Features

[dependencies]
cggmp21-keygen = { version = "0.4.0", default-features = false, features = ["std", "hd-wallet", "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-wallet

Enables hd-wallet, hd-wallet of key-share

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

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.

thiserror std

Enables thiserror ^1