Cargo Features

[dependencies]
frost-rerandomized = { version = "2.0.0-rc.0", default-features = false, features = ["nightly", "std", "serde", "test-impl", "cheater-detection", "serialization"] }
default = cheater-detection, serialization

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

nightly
std

## Features
Enable standard library support.

Enables std of frost-core

serde serialization

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 = serialization

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

serialization default test-impl? = serde

Enable a default serialization format. Enables serde.

Enables serialization of frost-core