Cargo Features

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

These default features are set whenever frost-rerandomized 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

test-impl

Exposes ciphersuite-generic tests for other crates to use

Enables test-impl of frost-core

cheater-detection default

Enable cheater detection

Enables cheater-detection of frost-core