UNPKG

olivmath-ultraplonk-zk-verify-nodejs

Version:

I have developed a **functional Proof of Concept (PoC/MVP)** that performs this conversion **natively in node.js (Backend) and in the browser (Frontend)**, allowing proofs to be submitted directly to ZKVerify without manual CLI steps.

5 lines (4 loc) 187 B
/* tslint:disable */ /* eslint-disable */ export function convertProof(proof_data: Uint8Array, num_inputs: number): any; export function convertVerificationKey(vk_data: Uint8Array): any;