Cargo Features

[dependencies]
frost-secp256k1-tr = { version = "3.0.0-rc.0", default-features = false, features = ["serde", "serialization"] }
default = serialization

The serialization feature is set by default whenever frost-secp256k1-tr is added without default-features = false somewhere in the dependency tree.

serde serialization

Features

Enable serde support for types that need to be communicated. You can use serde to serialize structs with any encoder that supports serde (e.g. JSON with serde_json).

Enables serde of frost-core

serialization default = serde

Enable a default serialization format. Enables serde.

Enables serialization of frost-core and frost-rerandomized