Update sm2.js (#1128)

This commit is contained in:
rongxkai
2021-08-21 14:47:21 +08:00
committed by GitHub
parent f4de515030
commit fc876f2517

View File

@@ -579,7 +579,7 @@ function sm2_point_mul_G(R, k) {
function sm2_sig_new() {
var sig {
var sig = {
r: bn_new(),
s: bn_new(),
};