UNPKG

@nori-zk/proof-conversion

Version:

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

5 lines (4 loc) 175 B
import { G2Line } from './index.js'; import { G2Affine } from '../ec/index.js'; declare const computeLineCoeffs: (Q: G2Affine) => Array<G2Line>; export { computeLineCoeffs };