Cargo Features

[dependencies]
frost-ed25519 = { version = "1.0.0", default-features = false, features = ["nightly", "serialization", "serde", "cheater-detection"] }
default = cheater-detection, serialization

These default features are set whenever frost-ed25519 is added without default-features = false somewhere in the dependency tree.

nightly
serialization default = serde

Enables serialization of frost-core

serde serialization

Features

Enable serde support for types that need to be communicated. You can use serde to serialize structs with any encoder that supports serde (e.g. JSON with serde_json).

Enables serde of frost-core

cheater-detection default

Enable cheater detection

Enables cheater-detection of frost-core