UNPKG

zkp-gateway

Version:

🌐 WebAssembly ZK gateway module for Kai-Turah Harmonic Identity — connects proving and verification pipelines with Groth16 & Poseidon

43 lines (42 loc) 1.01 kB
{ "name": "zkp-gateway", "version": "0.1.1", "type": "module", "description": "🌐 WebAssembly ZK gateway module for Kai-Turah Harmonic Identity — connects proving and verification pipelines with Groth16 & Poseidon", "license": "Apache-2.0", "author": "BJ Klock", "homepage": "https://github.com/phinetwork/keychain-full/zkp-gateway#readme", "repository": { "type": "git", "url": "git+https://github.com/phinetwork/keychain-full/zkp-gateway.git" }, "bugs": { "url": "https://github.com/phinetwork/keychain-full/zkp-gateway/issues" }, "keywords": [ "zkp", "wasm", "phi-network", "kai-turah", "groth16", "poseidon", "zero-knowledge", "cryptography", "resonance", "harmonic-identity", "gateway" ], "files": [ "zkp_gateway_bg.wasm", "zkp_gateway.js", "zkp_gateway.d.ts" ], "main": "zkp_gateway.js", "types": "zkp_gateway.d.ts", "sideEffects": [ "./snippets/*" ], "engines": { "node": ">=16" } }