wsstot
Results
1
comments of
wsstot
trafficstars
贴一下主要的代码,有没有大佬能指导一下 group = EC_GROUP_new_by_curve_name(NID_sm2p256v1); if (ID.isEmpty()) { idLen = 0; ecKey = new_ec_key(group, priKey.toLocal8Bit().data(), NULL, NULL); } else { if (pubKeyX.isEmpty() || pubKeyY.isEmpty()) { mesg.critical(this, "错误", "公钥输入错误,请重新输入!", nullptr, nullptr); goto...