Cargo Features

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

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

nightly
std default

## 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 curve25519-dalek and frost-core

serialization default = serde

Enable a default serialization format. Enables serde.

Enables serialization of frost-core and frost-rerandomized

cheater-detection default

Enable cheater detection

Enables cheater-detection of frost-core and frost-rerandomized