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 8fa4659 commit fbb66bbCopy full SHA for fbb66bb
lib/src/polyseed.dart
@@ -151,7 +151,8 @@ class Polyseed {
151
salt[14] = 0xff;
152
salt[15] = 0xff;
153
154
- final mask = _deriveKey(Uint8List.fromList(utf8.encode(password)), salt, 32);
+ final mask =
155
+ _deriveKey(Uint8List.fromList(utf8.encode(password)), salt, 32);
156
157
// apply mask
158
for (var i = 0; i < GFPoly.secretSize; ++i) {
0 commit comments