v1.2.1
English
- Fix bug where
wNAFalgorithm error inSm2asymmetric elliptic curve encryption algorithm causes decryption failure in some cases - Optimize curve field element operation implementation in
Sm2asymmetric elliptic curve encryption algorithm - Add direct parsing support for
BIT_STRINGformat keys inSm2asymmetric elliptic curve encryption algorithm - Simplify test loop syntax, change from
forloop torangeloop
中文
- 修复
Sm2非对称椭圆曲线加密算法中wNAF算法错误造成某些情况下解密失败的bug - 优化
Sm2非对称椭圆曲线加密算法中曲线域元素运算实现 - 增加
Sm2非对称椭圆曲线加密算法对BIT_STRING格式密钥直接解析支持 - 简化测试循环语法,从
for循环改为range循环
Full Changelog: v1.2.0...v1.2.1