UNPKG

@nori-zk/proof-conversion

Version:

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

10 lines (9 loc) 224 B
import { G1Affine } from '../ec/index.js'; import { FpC } from '../towers/index.js'; declare class AffineCache { xp_neg: FpC; yp_prime: FpC; xp_prime: FpC; constructor(p: G1Affine); } export { AffineCache };