UNPKG

@tokamak-zk-evm/synthesizer

Version:

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

5 lines 320 B
import type { ExecResult } from '../types.js'; import type { PrecompileInput } from './types.js'; export declare function F(h: Uint32Array, m: Uint32Array, t: Uint32Array, f: boolean, rounds: number): void; export declare function precompile09(opts: PrecompileInput): ExecResult; //# sourceMappingURL=09-blake2f.d.ts.map