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.

26 lines 884 B
{ "name": "olivmath-ultraplonk-zk-verify-nodejs", "collaborators": [ "Lucas Bispo de Oliveira <olivmath@protonmail.com>" ], "description": "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.", "version": "0.1.0", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/olivmath/olivmath-ultraplonk-zk-verify.git" }, "files": [ "olivmath_ultraplonk_zk_verify_bg.wasm", "olivmath_ultraplonk_zk_verify.js", "olivmath_ultraplonk_zk_verify.d.ts" ], "main": "olivmath_ultraplonk_zk_verify.js", "types": "olivmath_ultraplonk_zk_verify.d.ts", "keywords": [ "cryptography", "elliptic-curves", "zkverify", "ultraplonk" ] }