kyber-crystals
Version:
JavaScript wrapper for a WebAssembly build of Kyber
34 lines (33 loc) • 691 B
JSON
{
"name": "kyber-crystals",
"version": "1.0.7",
"description": "JavaScript wrapper for a WebAssembly build of Kyber",
"main": "dist/index.js",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/cyph/pqcrypto.js.git"
},
"keywords": [
"cryptography",
"post-quantum",
"kyber",
"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": "*",
"kyber-crystals": "1.0.2",
"terser": "*"
}
}