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 ^1.0.0-rc.0, frost-secp256k1 ^1.0.0-rc.0, and schnorr-evm
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
).Affects
frost-evm::ScalarSerialization
…