国密SM3密码杂凑算法的JavaScript实现
npm install sm3
``shnpm install sm3`
shnpm install sm3
`jsconst sm3 = require('sm3');const hash = sm3('值');`
jsconst sm3 = require('sm3');const hash = sm3('值');
shbabel sm3.js --out-file sm3-babel.js
接口
jsconst hash = sm3('值');