Cargo Features

[dependencies]
gennaro-dkg = { version = "0.9.0-rc1", default-features = false, features = ["curve25519"] }
default = curve25519

The curve25519 feature is set by default whenever gennaro-dkg is added without default-features = false somewhere in the dependency tree.

curve25519 default

Enables curve25519 of vsss-rs

gennaro-dkg has 2 features without comments.