Skip to content

Commit fbb66bb

Browse files
Small format change
1 parent 8fa4659 commit fbb66bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/polyseed.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ class Polyseed {
151151
salt[14] = 0xff;
152152
salt[15] = 0xff;
153153

154-
final mask = _deriveKey(Uint8List.fromList(utf8.encode(password)), salt, 32);
154+
final mask =
155+
_deriveKey(Uint8List.fromList(utf8.encode(password)), salt, 32);
155156

156157
// apply mask
157158
for (var i = 0; i < GFPoly.secretSize; ++i) {

0 commit comments

Comments
 (0)