node-salsa20
Version:
pure javascript implemented salsa20 cipher
21 lines (20 loc) • 510 B
JSON
{
"name": "node-salsa20",
"author": "NeoAtlantis",
"description": "pure javascript implemented salsa20 cipher",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "git://github.com/neoatlantis/node-salsa20.git"
},
"dependencies": {},
"homepage": "https://github.com/neoatlantis/node-salsa20",
"keywords": [
"cryptography",
"encryption",
"salsa",
"cipher"
],
"main": "./salsa20.min.js",
"license": "GPLv3"
}