UNPKG

@ethereumjs/evm

Version:
5 lines 320 B
import type { ExecResult } from '../types.ts'; import type { PrecompileInput } from './types.ts'; 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