UNPKG

@nori-zk/proof-conversion

Version:

Verifying zkVM proofs inside o1js circuits, to generate Mina compatible proof

8 lines (7 loc) 322 B
import { G1Affine } from '../../ec/index.js'; import { G2Line } from '../../lines/index.js'; import { Fp12 } from '../../towers/fp12.js'; declare class KZGLineAccumulator { static accumulate(g2_lines: Array<G2Line>, tau_lines: Array<G2Line>, A: G1Affine, negB: G1Affine): Array<Fp12>; } export { KZGLineAccumulator };