Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinullrich committed Oct 12, 2023
1 parent 712e2da commit 775fbb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.1
- Update dependencies
- Update Readme

## 2.2.0
- Update `asn1lib` dependency to ^1.5.0 and fix the resulting lint warnings

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Crypton
A simple Dart library for asymmetric encryption and digital signatures

> This library is a simplified interface to interact with the [pointy castle](https://github.com/PointyCastle/pointycastle)
> This library is a simplified interface to interact with the [pointy castle](https://pub.dev/packages/pointycastle)

For symmetric encryption and hashing I strongly recommend to use [steel_crypt](https://pub.dev/packages/steel_crypt).
The Dev there has a deep understanding of symmetric encryption and actively maintains the project.
For symmetric encryption and hashing I strongly recommend to use [steel_crypt](https://pub.dev/packages/steel_crypt).

## Features
#### RSA
Expand All @@ -25,4 +23,4 @@ To see more take a look at the examples
## Contact
If you want a specific Feature implemented feel free to
create a Pull Request on the [Crypton GitHub](https://github.com/konstantinullrich/crypton)
or tweet at me [@konstiullrich](https://twitter.com/konstiullrich) (You can also tweet at me just to say "hi")
or tweet at me [@konstiullrich](https://twitter.com/konstiullrich) (You can also tweet at me just to say "hi")
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: crypton
description: A simple Dart library for asymmetric encryption and digital signatures
version: 2.2.0
version: 2.2.1
homepage: https://github.com/konstantinullrich
repository: https://github.com/konstantinullrich/crypton
issue_tracker: https://github.com/konstantinullrich/crypton/issues
Expand All @@ -14,4 +14,4 @@ dependencies:

dev_dependencies:
lints: ^2.1.1
test: ^1.24.4
test: ^1.24.7

0 comments on commit 775fbb2

Please sign in to comment.