UNPKG

@nori-zk/proof-conversion

Version:

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

7 lines 242 B
import { Struct } from 'o1js'; import { FpA } from '../towers/fp.js'; import { G2Affine } from './g2.js'; class G1Affine extends Struct({ x: FpA.provable, y: FpA.provable }) { } export { G1Affine, G2Affine }; //# sourceMappingURL=index.js.map