Cargo Features
[dependencies]
frost-ristretto255 = { version = "2.0.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
somewhere in the dependency tree.default-features = false - 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 useserde
to serialize structs with any encoder that supportsserde
(e.g. JSON withserde_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