UNPKG

lambdaworks-groth16-ts

Version:

TypeScript bindings for LambdaWorks Groth16 SNARK prover

24 lines 627 B
{ "name": "@lambdaworks/lambdaworks-groth16-wasm", "type": "module", "collaborators": [ "LambdaClass <hello@lambdaclass.com>" ], "description": "WebAssembly bindings for LambdaWorks Groth16 SNARK prover", "version": "0.1.0", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lambdaclass/lambdaworks-groth16-ts" }, "files": [ "lambdaworks_groth16_wasm_bg.wasm", "lambdaworks_groth16_wasm.js", "lambdaworks_groth16_wasm.d.ts" ], "main": "lambdaworks_groth16_wasm.js", "types": "lambdaworks_groth16_wasm.d.ts", "sideEffects": [ "./snippets/*" ] }