Closed hyfree closed 2 years ago
增加hmac_sm3的支持 增加hmac_sm3的单元测试用例
const hmac= require('sm-crypto').hmac let hmac_sm3=hmac(hexToArray('0102030405060708010203040506070801020304050607080102030405060708'),//input hexToArray('0102030405060708010203040506070801020304050607080102030405060708'));//key
thx,不过代码略有调整,可对照 README.md / 测试用例中的使用方式
可以
增加hmac_sm3的支持 增加hmac_sm3的单元测试用例