Registry / crypto / ethereumvm-precompiled-modexp

ethereumvm-precompiled-modexp

JSON →
library0.11.0rscratesunverified

Modular exponentiation precompiled contract for Ethereum Virtual Machine.

# Cargo.toml [dependencies] ethereumvm-precompiled-modexp = "0.11.0"
INSTALL
IMPORT
SIG · ETHEREUMVM-PRECOMP
E
ethereumvm-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 ethereumvm_precompiled_modexp::modexp;

Perform modular exponentiation using the EVM precompiled contract

use ethereumvm_precompiled_modexp::modexp; fn main() { let result = modexp(&[1, 2, 3], &[4, 5, 6], &[7, 8, 9]); println!("Modexp result: {:?}", result); }
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
13 hits · last 30 days
node
10
Meta
1
Resources
ethereumvm-precompiled-modexp — cargo add ethereumvm-precompiled-modexp · libregistry