sm2cipher 0.0.9
sm2cipher: ^0.0.9 copied to clipboard
Encrypt and decrypt data use SM2, This is the High level API build amount pointycastle, specify Elliptic curve to SM2 can simplify the api.
Changelog #
0.0.1 - 2020-09-06 #
- Add example code and this file.
0.0.2 - 2021-01-08 #
- Add reload strinify public key from private key.
0.0.3 - 2021-01-11 #
- Split out encryption and decryption functions .
0.0.7 - 2022-02-21 #
- Update versions .
0.0.9 #
- 支持 Dart 3 和 null safety
- 升级所有依赖到 Dart 3 兼容版本
- 修复依赖和类型兼容性问题