superfalcon
Version:
Falcon and Ed25519 paired together as a single signing scheme
44 lines (43 loc) • 887 B
JSON
{
"name": "superfalcon",
"version": "2.0.6",
"description": "Falcon and Ed25519 paired together as a single signing scheme",
"main": "index.js",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/cyph/pqcrypto.js.git"
},
"keywords": [
"cryptography",
"post-quantum",
"falcon",
"ecc",
"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"
},
"dependencies": {
"falcon-crypto": "*",
"fast-sha512": "*",
"libsodium-wrappers-sumo": "*",
"sodiumutil": "*"
},
"devDependencies": {
"@babel/cli": "*",
"@babel/preset-env": "*",
"jest": "*",
"superfalcon": "1.0.2",
"terser": "*",
"vm-browserify": "*",
"webpack": "*",
"webpack-cli": "*"
}
}