sm4js
Version:
An implementation of the browser and nodejs-server side of the sm4 algorithm
22 lines (21 loc) • 437 B
JSON
{
"name": "sm4js",
"version": "0.0.6",
"description": "An implementation of the browser and nodejs-server side of the sm4 algorithm",
"main": "./lib/sm4js.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"sm4",
"js",
"browser",
"algorithm"
],
"dependencies": {
"base64-js": "^1.3.1"
},
"author": "xishangrucai",
"license": "MIT"
}