Skip to content

v1.2.3

Latest

Choose a tag to compare

@kuafuRace kuafuRace released this 16 Dec 07:02
· 1 commit to master since this release
English
  • Remove LoadPublicKey and LoadPrivateKey methods from Sm2KeyPair struct
  • Add SetMode method to Sm2 to replace SetOrder; SetOrder will be removed in a future version
  • Add support for RSA private-key encryption/public-key decryption and public-key signing/private-key verification (non-standard operations)
  • Add SetType method to RSA to specify key type
中文
  • Sm2KeyPair 结构体移除 LoadPublicKeyLoadPrivateKey 方法
  • Sm2 新增 SetMode 方法用于替换 SetOrderSetOrder 方法将会在未来版本中移除
  • RSA 增加私钥加密/公钥解密 和 公钥签名/私有验证的支持(非标准操作)
  • RSA 新增 SetType 方法来指定密钥类型

Full Changelog: v1.2.2...v1.2.3