JuneAndGreen / sm-crypto

国密算法js版
MIT License
943 stars 255 forks source link

目前SM3中 依赖'@types/sm-crypto' 类型下 index.d.ts中定义为 export function sm3(str: string): string #79

Open zyjnicemoe opened 1 year ago

zyjnicemoe commented 1 year ago

因SM3增加对hmac的支持,导出SM3入参为2个,但是依赖中'@types/sm-crypto' 中的SM3类型定义入参为1个

Blank0120 commented 1 year ago

现在SM3能够入参2个了