We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078e6b0 commit 8e7c3e3Copy full SHA for 8e7c3e3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.2.0
2
+- Update `asn1lib` dependency to ^1.5.0 and fix the resulting warnings about
3
+ unnecessary null-safety operations in RSAPublicKey and RSAPrivateKey
4
+
5
## 2.1.0
6
- Add `KeypairFactory`, `RSAKeypairFactory` and `ECKeypairFactory`
7
- Update dependencies
pubspec.yaml
@@ -1,6 +1,6 @@
name: crypton
description: A simple Dart library for asymmetric encryption and digital signatures
-version: 2.1.0
+version: 2.2.0
homepage: https://github.com/konstantinullrich
repository: https://github.com/konstantinullrich/crypton
issue_tracker: https://github.com/konstantinullrich/crypton/issues
0 commit comments