Cargo Features
modular-frost has no features set by default.
[dependencies]
modular-frost = { version = "0.8.1", features = ["ed25519", "ristretto", "secp256k1", "p256", "ed448", "tests"] }
- ed25519 = dalek-ff-group
-
Enables ed25519 of ciphersuite
- ristretto = dalek-ff-group
-
Enables ristretto of ciphersuite
- secp256k1
-
Enables secp256k1 of ciphersuite
- p256
-
Enables p256 of ciphersuite
- ed448 = minimal-ed448
-
Enables ed448 of ciphersuite
- tests = hex
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.