@nicolasflamel/x25519-wasm
Version:
WASM wrapper for parts of SUPERCOP's X25519 implementation
25 lines (24 loc) • 543 B
JSON
{
"name": "@nicolasflamel/x25519-wasm",
"version": "0.0.23",
"description": "WASM wrapper for parts of SUPERCOP's X25519 implementation",
"main": "./dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"prepublishOnly": "make dependencies && make npm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicolasFlamel1/X25519-WASM-Wrapper.git"
},
"keywords": [
"X25519"
],
"author": "Nicolas Flamel",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicolasFlamel1/X25519-WASM-Wrapper/issues"
}
}