sm4-demo
Version:
Chinese GM crypt algorithm in JavaScript
28 lines (27 loc) • 554 B
JSON
{
"name": "sm4-demo",
"version": "1.1.0",
"description": "Chinese GM crypt algorithm in JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:fengwenchang/sm4-demo.git"
},
"keywords": [
"ChineseGM",
"SM2",
"SM3",
"SM4"
],
"author": "fengwenchang",
"license": "MIT",
"dependencies": {
"base64-js": "^1.3.0"
},
"devDependencies": {
"standard": "^12.0.1"
}
}