UNPKG

@nori-zk/proof-conversion

Version:

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

8 lines (7 loc) 266 B
import { Fp2 } from './fp2.js'; declare const fp2_non_residue: Fp2; declare const GAMMA_1S: Fp2[]; declare const NEG_GAMMA_13: Fp2; declare const GAMMA_2S: Fp2[]; declare const GAMMA_3S: Fp2[]; export { fp2_non_residue, GAMMA_1S, GAMMA_2S, GAMMA_3S, NEG_GAMMA_13 };