Adding ethereumvm_precompiled_modexp library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ethereumvm-precompiled-modexp

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ethereumvm-precompiled-modexp = "0.11.0"

The ethereumvm_precompiled_modexp library will be automatically available globally. Read the ethereumvm_precompiled_modexp library documentation.

Back to the crate overview.