UNPKG

ffwasm

Version:

Finite Field Library In Web Assembly

31 lines (30 loc) 565 B
{ "name": "ffwasm", "version": "0.0.7", "description": "Finite Field Library In Web Assembly", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "finite", "field", "cryptography", "math", "zksnarks" ], "author": "Jordi Baylina", "repository": { "type": "git", "url": "https://github.com/iden3/fflib.git" }, "license": "GPL-3.0", "dependencies": { "big-integer": "^1.6.48", "wasmbuilder": "0.0.10" }, "devDependencies": { "eslint": "^6.8.0", "ffjavascript": "0.0.3" } }