Skip to content

Commit fca9186

Browse files
committed
update the last readme
1 parent a78ce12 commit fca9186

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dargon2_flutter/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ A plugin to handle dart:ffi integrations for iOS and Android for argon2 password
55
Uses the reference C implementation of [Argon2], winner of the [Password Hash Competition] in mobile implementations while using [hash-wasm]'s WebAssembly argon2 implementation on web.
66

77
[Password Hash Competition]: https://password-hashing.net
8-
[dargon2]: https://github.com/tmthecoder/dargon2
98

109
## Flutter version under 2.8
1110
If you're building with a Flutter version under 2.8 (or you get an `UnimplementedError` on use), add this line into your application entrypoint (usually `main()` in `main.dart`):
@@ -75,16 +74,18 @@ Future<void> hashWithArgon2Isolate(Map map) async {
7574

7675
Please file feature requests and bugs at the [issue tracker].
7776

78-
[issue tracker]: https://github.com/tmthecoder/dargon2_flutter/issues
77+
Please mark all dargon2_flutter issues with `[dargon2_flutter]` prepended to the issue title
78+
79+
[issue tracker]: https://github.com/tmthecoder/dargon2/issues
7980

8081
## Licensing
8182

8283
- dargon2_flutter and all platform implementations are Licensed under the [MIT License]
83-
- dargon2_core is Licensed under the [MIT License](https://github.com/tmthecoder/dargon2_core/blob/main/LICENSE)
84+
- dargon2_core is Licensed under the [MIT License](https://github.com/tmthecoder/dargon2/blob/main/dargon2_core/LICENSE)
8485
- The C implementation of [Argon2] is licensed under a dual [Apache and CC0 License]
8586
- [hash-wasm] is licensed under the [MIT License](https://github.com/Daninet/hash-wasm/blob/master/LICENSE)
8687

87-
[MIT License]: https://github.com/tmthecoder/dargon2_flutter/blob/main/LICENSE
88+
[MIT License]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_flutter/LICENSE
8889

8990
[Argon2]: https://github.com/P-H-C/phc-winner-argon2
9091

0 commit comments

Comments
 (0)