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 2201b9e commit b16b48dCopy full SHA for b16b48d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.1.0
2
+- Migrated to use a shared dargon2_core plugin
3
+- More modular and allows for custom Library Loader definitions
4
+- No user-facing changes, all changes should be strictly internal
5
+
6
## 2.0.1
7
- Updated unused imports & slight fixes
8
pubspec.yaml
@@ -1,7 +1,8 @@
name: dargon2
description: Provides bindings for hashing and verifying with Argon2, the winner of the Password Hashing Competition.
-version: 2.0.1
+version: 2.1.0
homepage: https://github.com/tmthecoder/dargon2
+repository: https://github.com/tmthecoder/dargon2
environment:
sdk: '>=2.12.0 <3.0.0'
0 commit comments