Cargo Features
frost-adaptor-signature has no features set by default.
[dependencies]
frost-adaptor-signature = { version = "0.1.1-dev9", features = ["cheater-detection", "serialization", "serde"] }
- cheater-detection
-
Enables cheater-detection of frost-core and frost-secp256k1-tr
frost-core:
Enable cheater detection
- serialization
-
Enables serialization of frost-core and frost-secp256k1-tr
frost-secp256k1-tr:
Enable a default serialization format. Enables
serde
. - serde
-
Enables k256 and serde and serde of frost-core and frost-secp256k1-tr
frost-core:
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
).
frost-adaptor-signature has 3 features without comments.