UNPKG

sidh-legacy

Version:

JavaScript wrapper for a WebAssembly build of SIDH

34 lines (33 loc) 683 B
{ "name": "sidh-legacy", "version": "1.0.4", "description": "JavaScript wrapper for a WebAssembly build of SIDH", "main": "dist/index.js", "types": "./index.d.ts", "repository": { "type": "git", "url": "git://github.com/cyph/pqcrypto.js.git" }, "keywords": [ "cryptography", "post-quantum", "sidh", "asm.js", "webassembly" ], "author": "Cyph, Inc. <pqcrypto.js@cyph.com> (https://github.com/cyph)", "license": "MIT", "bugs": { "url": "https://github.com/cyph/pqcrypto.js/issues" }, "scripts": { "test": "npx jest" }, "devDependencies": { "@babel/cli": "*", "@babel/preset-env": "*", "jest": "*", "sidh-legacy": "1.0.0", "terser": "*" } }