Cargo Features
[dependencies]
frost-secp256k1-tr = { version = "3.0.0-rc.0", default-features = false, features = ["serde", "serialization"] }
- default = serialization
-
The
serializationfeature is set by default wheneverfrost-secp256k1-tris added withoutsomewhere in the dependency tree.default-features = false - serde serialization
-
Features
Enable
serdesupport for types that need to be communicated. You can useserdeto serialize structs with any encoder that supportsserde(e.g. JSON withserde_json).Enables serde of frost-core
- serialization default = serde
-
Enable a default serialization format. Enables
serde.Enables serialization of frost-core and frost-rerandomized