Cargo Features
[dependencies]
monero-clsag-mirror = { version = "0.1.0", default-features = false, features = ["std", "multisig"] }
- default = std
-
The
std
feature is set by default whenevermonero-clsag-mirror
is added without
somewhere in the dependency tree.default-features = false - std default multisig? = thiserror
-
Enables std of optional dalek-ff-group-mirror, alloc of optional group and std of monero-generators-mirror, monero-io-mirror, and monero-primitives-mirror
monero-io-mirror:
Other Monero dependencies
and std of rand_core, std-shims-mirror, subtle, zeroize, optional rand_chacha, and optional flexible-transcript-mirror
rand_chacha:
Multisig dependencies
- multisig = dalek-ff-group, frost, group, rand_chacha, std, transcript
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- thiserror std
- rand_chacha multisig?
- transcript multisig?
-
Enables flexible-transcript-mirror
- group multisig?
- dalek-ff-group multisig?
-
Enables dalek-ff-group-mirror
- frost multisig?
-
Enables modular-frost-mirror