Cargo Features

frost-evm has no features set by default.

[dependencies]
frost-evm = { version = "0.1.1", features = ["serde"] }
serde

Enables serde of frost-core, frost-secp256k1, and schnorr-evm

frost-core:

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).

Affects frost-evm::ScalarSerialization