UNPKG

@tokamak-zk-evm/synthesizer

Version:

Tokamak zk-EVM Synthesizer - Processes Ethereum transactions into wire maps for Tokamak zk-SNARK proof generation

5 lines 292 B
import type { ExecResult } from '../types.js'; import type { PrecompileInput } from './types.js'; export declare function expMod(a: bigint, power: bigint, modulo: bigint): bigint; export declare function precompile05(opts: PrecompileInput): ExecResult; //# sourceMappingURL=05-modexp.d.ts.map