Cargo Features

modular-frost-mirror has no features set by default.

[dependencies]
modular-frost-mirror = { version = "0.8.1", features = ["ed25519", "ristretto", "secp256k1", "p256", "ed448", "tests"] }
ed25519 = dalek-ff-group

Enables ed25519 of ciphersuite-mirror

ristretto = dalek-ff-group

Enables ristretto of ciphersuite-mirror

secp256k1

Enables secp256k1 of ciphersuite-mirror

p256

Enables p256 of ciphersuite-mirror

ed448 = minimal-ed448

Enables ed448 of ciphersuite-mirror

tests = hex

Enables tests of dkg-mirror, getrandom of rand_core

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.

hex tests?
dalek-ff-group ed25519? ristretto?

Enables dalek-ff-group-mirror

minimal-ed448 ed448?

Enables minimal-ed448-mirror