Cargo Features
[dependencies]
frost-secp256k1-tr-unofficial = { version = "2.2.0", default-features = false, features = ["nightly", "std", "serde", "serialization", "cheater-detection"] }
- default = cheater-detection, serialization, std
-
These default features are set whenever
frost-secp256k1-tr-unofficial
is added without
somewhere in the dependency tree.default-features = false - nightly
- std default
-
Features
Enable standard library support.
Enables std of frost-core-unofficial
- 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-unofficial
- serialization default = serde
-
Enable a default serialization format. Enables
serde
.Enables serialization of frost-core-unofficial and frost-rerandomized-unofficial
- cheater-detection default
-
Enable cheater detection
Enables cheater-detection of frost-core-unofficial and frost-rerandomized-unofficial