Registry / crypto / evm-precompiled-modexp

evm-precompiled-modexp

JSON →
library0.11.0rscratesunverified

Modexp precompiled contracts for SputnikVM, implementing modular exponentiation for Ethereum Virtual Machine.

# Cargo.toml [dependencies] evm-precompiled-modexp = "0.11.0"
INSTALL
IMPORT
SIG · EVM-PRECOMPILED-MO
E
evm-precompiled-modexp
cryptorustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Modexp
✓ use evm_precompiled_modexp::Modexp;

Create a new modular exponentiation precompile instance.

use evm_precompiled_modexp::Modexp; fn main() { let _modexp = Modexp::new(); println!("Modexp precompile created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
evm-precompiled-modexp — cargo add evm-precompiled-modexp · libregistry