File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.1
2+ - Update dependencies
3+ - Update Readme
4+
15## 2.2.0
26- Update ` asn1lib ` dependency to ^1.5.0 and fix the resulting lint warnings
37
Original file line number Diff line number Diff line change 11# Crypton
22A simple Dart library for asymmetric encryption and digital signatures
33
4- > This library is a simplified interface to interact with the [ pointy castle] ( https://github.com/PointyCastle /pointycastle )
4+ > This library is a simplified interface to interact with the [ pointy castle] ( https://pub.dev/packages /pointycastle )
55
6-
7- For symmetric encryption and hashing I strongly recommend to use [ steel_crypt] ( https://pub.dev/packages/steel_crypt ) .
8- The Dev there has a deep understanding of symmetric encryption and actively maintains the project.
6+ For symmetric encryption and hashing I strongly recommend to use [ steel_crypt] ( https://pub.dev/packages/steel_crypt ) .
97
108## Features
119#### RSA
@@ -25,4 +23,4 @@ To see more take a look at the examples
2523## Contact
2624If you want a specific Feature implemented feel free to
2725create a Pull Request on the [ Crypton GitHub] ( https://github.com/konstantinullrich/crypton )
28- or tweet at me [ @konstiullrich ] ( https://twitter.com/konstiullrich ) (You can also tweet at me just to say "hi")
26+ or tweet at me [ @konstiullrich ] ( https://twitter.com/konstiullrich ) (You can also tweet at me just to say "hi")
Original file line number Diff line number Diff line change 11name : crypton
22description : A simple Dart library for asymmetric encryption and digital signatures
3- version : 2.2.0
3+ version : 2.2.1
44homepage : https://github.com/konstantinullrich
55repository : https://github.com/konstantinullrich/crypton
66issue_tracker : https://github.com/konstantinullrich/crypton/issues
@@ -14,4 +14,4 @@ dependencies:
1414
1515dev_dependencies :
1616 lints : ^2.1.1
17- test : ^1.24.4
17+ test : ^1.24.7
You can’t perform that action at this time.
0 commit comments