{"id":72374,"library":"ethereumvm-precompiled-modexp","title":"EthereumVM Precompiled Modexp","description":"Modular exponentiation precompiled contract for Ethereum Virtual Machine.","status":"active","version":"0.11.0","language":"rust","source_language":null,"source_url":"https://github.com/ethereumproject/evm-rs","tags":["ethereum","evm","crypto","precompiled"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nethereumvm-precompiled-modexp = \"0.11.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ethereumvm-precompiled-modexp","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"modexp","correct":"use ethereumvm_precompiled_modexp::modexp;"}],"quickstart":{"code":"use ethereumvm_precompiled_modexp::modexp;\n\nfn main() {\n    let result = modexp(&[1, 2, 3], &[4, 5, 6], &[7, 8, 9]);\n    println!(\"Modexp result: {:?}\", result);\n}","lang":"rust","description":"Perform modular exponentiation using the EVM precompiled contract"},"warnings":[],"env_vars":null,"search_vec":"'contract':7 'crypto':14 'ethereum':9,12 'ethereumvm':1 'evm':13 'exponenti':5 'machin':11 'modexp':3 'modular':4 'precompil':2,6,15 'virtual':10","created_at":"2026-06-17T18:38:18.742391+00:00","updated_at":"2026-06-17T18:38:18.742391+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ethereumproject/evm-rs","github":"https://github.com/ethereumproject/evm-rs","docs":"https://docs.rs/ethereumvm-precompiled-modexp/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}