Cargo Features

Synedrion has no features set by default.

[dependencies]
synedrion = { version = "0.3.0", features = ["private-benches", "k256", "bip32", "dev"] }
private-benches = k256

Enables criterion

Affects synedrion::private_benches

k256 private-benches? = sha3

Enables k256, secp256k1 of optional bip32

Affects params::k256

bip32

Enables bip32, bip32 of optional tiny-curve

dev = sha3, tiny-curve

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.

tiny-curve dev?
sha3 dev? k256?