UNPKG

@tokamak-zk-evm/synthesizer

Version:

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

5 lines 275 B
import type { ExecResult } from '../types.js'; import type { PrecompileInput } from './types.js'; export declare const BLS_MODULUS: bigint; export declare function precompile0a(opts: PrecompileInput): Promise<ExecResult>; //# sourceMappingURL=0a-kzg-point-evaluation.d.ts.map