Skip to content

v1.2.1

Choose a tag to compare

@kuafuRace kuafuRace released this 24 Nov 02:10
· 80 commits to master since this release
English
  • Fix bug where wNAF algorithm error in Sm2 asymmetric elliptic curve encryption algorithm causes decryption failure in some cases
  • Optimize curve field element operation implementation in Sm2 asymmetric elliptic curve encryption algorithm
  • Add direct parsing support for BIT_STRING format keys in Sm2 asymmetric elliptic curve encryption algorithm
  • Simplify test loop syntax, change from for loop to range loop
中文
  • 修复 Sm2 非对称椭圆曲线加密算法中 wNAF 算法错误造成某些情况下解密失败的 bug
  • 优化 Sm2 非对称椭圆曲线加密算法中曲线域元素运算实现
  • 增加 Sm2 非对称椭圆曲线加密算法对 BIT_STRING 格式密钥直接解析支持
  • 简化测试循环语法,从 for 循环改为 range 循环

Full Changelog: v1.2.0...v1.2.1