Cargo Features

[dependencies]
ethereumvm-precompiled-modexp = { version = "0.11.0", default-features = false, features = ["std", "rlp", "c-secp256k1", "rust-secp256k1"] }
default = rust-secp256k1, std

These default features are set whenever ethereumvm-precompiled-modexp is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ethereumvm

rlp

Enables rlp of ethereum-bigint

c-secp256k1

Enables c-secp256k1 of ethereumvm

rust-secp256k1 default

Enables rust-secp256k1 of ethereumvm

ethereumvm-precompiled-modexp has 5 features without comments.