File tree Expand file tree Collapse file tree 8 files changed +38
-14
lines changed
dargon2_flutter_platform_interface Expand file tree Collapse file tree 8 files changed +38
-14
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ void main() async {
45
45
46
46
Please file feature requests and bugs at the [ issue tracker] .
47
47
48
+ Please mark all dargon2 issues with ` [dargon2] ` prepended to the issue title
49
+
48
50
[ issue tracker ] : https://github.com/tmthecoder/dargon2/issues
49
51
50
52
## Licensing
Original file line number Diff line number Diff line change @@ -39,14 +39,16 @@ class TestLibLoader implements LibLoader {
39
39
40
40
Please file feature requests and bugs at the [ issue tracker] .
41
41
42
- [ issue tracker ] : https://github.com/tmthecoder/dargon2_core/issues
42
+ Please mark all dargon2_core issues with ` [dargon2_core] ` prepended to the issue title
43
+
44
+ [ issue tracker ] : https://github.com/tmthecoder/dargon2/issues
43
45
44
46
## Licensing
45
47
46
48
- dargon2_core is Licensed under the [ MIT License]
47
49
- The C implementation of [ Argon2] is licensed under a dual [ Apache and CC0 License]
48
50
49
- [ MIT License ] : https://github.com/tmthecoder/dargon2_core /blob/main/LICENSE
51
+ [ MIT License ] : https://github.com/tmthecoder/dargon2 /blob/main/dargon2_core /LICENSE
50
52
51
53
[ Argon2 ] : https://github.com/P-H-C/phc-winner-argon2
52
54
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ A plugin to handle dart:ffi integrations for iOS and Android for argon2 password
5
5
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.
6
6
7
7
[ Password Hash Competition ] : https://password-hashing.net
8
- [ dargon2 ] : https://github.com/tmthecoder/dargon2
9
8
10
9
## Flutter version under 2.8
11
10
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,12 +74,14 @@ Future<void> hashWithArgon2Isolate(Map map) async {
75
74
76
75
Please file feature requests and bugs at the [ issue tracker] .
77
76
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
79
80
80
81
## Licensing
81
82
82
83
- 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 )
84
85
- The C implementation of [ Argon2] is licensed under a dual [ Apache and CC0 License]
85
86
- [ hash-wasm] is licensed under the [ MIT License] ( https://github.com/Daninet/hash-wasm/blob/master/LICENSE )
86
87
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This is ONLY the mobile-specific platform interface. Please use the federated [d
16
16
- dargon2_core is Licensed under the [ MIT License] ( https://github.com/tmthecoder/dargon2_core/blob/main/LICENSE )
17
17
- The C implementation of [ Argon2] is licensed under a dual [ Apache and CC0 License]
18
18
19
- [ MIT License ] : https://github.com/tmthecoder/dargon2_flutter /blob/main/LICENSE
19
+ [ MIT License ] : https://github.com/tmthecoder/dargon2 /blob/main/dargon2_flutter /LICENSE
20
20
21
21
[ Argon2 ] : https://github.com/P-H-C/phc-winner-argon2
22
22
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ A plugin that defines the common interface for [dargon2_flutter] platform implem
8
8
## Licensing
9
9
10
10
- dargon2_flutter_platform_interface is Licensed under the [ MIT License]
11
- - dargon2_interface is Licensed under the [ MIT License] ( https://github.com/tmthecoder/dargon2_interface /blob/main/LICENSE )
11
+ - dargon2_interface is Licensed under the [ MIT License] ( https://github.com/tmthecoder/dargon2 /blob/main/dargon2_interface /LICENSE )
12
12
13
- [ MIT License ] : https://github.com/tmthecoder/dargon2_flutter /blob/main/LICENSE
13
+ [ MIT License ] : https://github.com/tmthecoder/dargon2 /blob/main/dargon2_flutter /LICENSE
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ This is ONLY the web-specific platform interface. Please use the federated [darg
14
14
- dargon2_flutter_web is Licensed under the [ MIT License]
15
15
- [ hash-wasm] is Licensed under the [ MIT License] ( https://github.com/Daninet/hash-wasm/blob/master/LICENSE )
16
16
17
- [ MIT License ] : https://github.com/tmthecoder/dargon2_flutter /blob/main/LICENSE
17
+ [ MIT License ] : https://github.com/tmthecoder/dargon2 /blob/main/dargon2_flutter /LICENSE
18
18
[ hash-wasm ] : https://github.com/Daninet/hash-wasm
Original file line number Diff line number Diff line change @@ -37,14 +37,16 @@ class TestDArgon2 extends DArgon2 {
37
37
38
38
Please file feature requests and bugs at the [ issue tracker] .
39
39
40
- [ issue tracker ] : https://github.com/tmthecoder/dargon2_interface/issues
40
+ Please mark all dargon2_interface issues with ` [dargon2] ` prepended to the issue title
41
+
42
+ [ issue tracker ] : https://github.com/tmthecoder/dargon2/issues
41
43
42
44
## Licensing
43
45
44
46
- dargon2_core is Licensed under the [ MIT License]
45
47
- The C implementation of [ Argon2] is licensed under a dual [ Apache and CC0 License]
46
48
47
- [ MIT License ] : https://github.com/tmthecoder/dargon2_interface /blob/main/LICENSE
49
+ [ MIT License ] : https://github.com/tmthecoder/dargon2 /blob/main/dargon2_interface /LICENSE
48
50
49
51
[ Argon2 ] : https://github.com/P-H-C/phc-winner-argon2
50
52
You can’t perform that action at this time.
0 commit comments