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.
2 parents c6be154 + 1b606a1 commit 166dbfaCopy full SHA for 166dbfa
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.2.0
2
+- Update `asn1lib` dependency to ^1.5.0 and fix the resulting lint warnings
3
+
4
## 2.1.0
5
- Add `KeypairFactory`, `RSAKeypairFactory` and `ECKeypairFactory`
6
- Update dependencies
pubspec.yaml
@@ -6,7 +6,7 @@ repository: https://github.com/konstantinullrich/crypton
issue_tracker: https://github.com/konstantinullrich/crypton/issues
7
8
environment:
9
- sdk: ^3.0.0
+ sdk: '>=2.14.0 <4.0.0'
10
11
dependencies:
12
pointycastle: ^3.7.3
0 commit comments