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